1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

net-mgmt/sipcalc: support stage

This commit is contained in:
William Grzybowski 2014-08-06 01:43:19 +00:00
parent 008b3a5ca4
commit 0fb8ecb976
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364147
2 changed files with 5 additions and 6 deletions

View File

@ -10,17 +10,15 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Sipcalc is an IP subnet calculator with IPv6 support
GNU_CONFIGURE= yes
MAN1= sipcalc.1
DOC_FILES= doc/sipcalc.txt ChangeLog README
NO_STAGE= yes
OPTIONS_DEFINE= DOCS
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1,4 +1,5 @@
bin/sipcalc
man/man1/sipcalc.1.gz
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/sipcalc.txt