. add license (GPLv2);

. bump PORTREVISION;
. use PLIST_FILES and PORTDOCS;
. remove pkg-plist (7 lines);
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. ${PREFIX}/share/doc/yaps -> ${DOCSDIR};
. use one line install command for two files;
. trim Makefile headers.
This commit is contained in:
Boris Samorodov 2013-06-20 19:49:47 +00:00
parent 7e1040d22c
commit 61e09a045d
2 changed files with 13 additions and 17 deletions

View File

@ -1,13 +1,9 @@
# New ports collection makefile for: yaps
# Date created: Di 29 Sep 1998 15:51:27 CEST
# Whom: se
#
# Created by: se
# $FreeBSD$
#
PORTNAME= yaps
PORTVERSION= 0.96
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/serialcomm/machines
@ -15,17 +11,24 @@ MASTER_SITE_SUBDIR= apps/serialcomm/machines
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet Another Pager Software: send messages to pager (SMS, TAP, ...)
LICENSE= GPLv2
USE_GMAKE= true
MAN1= yaps.1
PLIST_FILES= bin/yaps etc/yaps.rc.sample
PORTDOCS= yaps.doc yaps.html
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
${INSTALL_DATA} ${WRKSRC}/yaps.rc ${PREFIX}/etc/yaps.rc.sample
${INSTALL_MAN} ${WRKSRC}/yaps.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/yaps
${INSTALL_DATA} ${WRKSRC}/yaps.doc ${PREFIX}/share/doc/yaps
${INSTALL_DATA} ${WRKSRC}/yaps.html ${PREFIX}/share/doc/yaps
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/yaps.doc ${WRKSRC}/yaps.html ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1,7 +0,0 @@
bin/yaps
@exec mkdir -p %D/share/yaps
etc/yaps.rc.sample
%%PORTDOCS%%%%DOCSDIR%%/yaps.doc
%%PORTDOCS%%%%DOCSDIR%%/yaps.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry share/yaps