aboutsummaryrefslogtreecommitdiff
path: root/polish
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-24 15:34:26 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-24 15:34:26 +0000
commitcd9e033782a80bfc923a3d5e674c11ba58e0f489 (patch)
tree22020bfbeb15a9b39786d0c70304c2a5a6e9888f /polish
parent5645612e3f2edf5dcb225d9b8cb85708823a778b (diff)
downloadports-cd9e033782a80bfc923a3d5e674c11ba58e0f489.tar.gz
ports-cd9e033782a80bfc923a3d5e674c11ba58e0f489.zip
1: Stagify.
2: convert NOPORTDOCS to options.
Notes
Notes: svn path=/head/; revision=359098
Diffstat (limited to 'polish')
-rw-r--r--polish/trf/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/polish/trf/Makefile b/polish/trf/Makefile
index 3be61de8a163..a03a07843018 100644
--- a/polish/trf/Makefile
+++ b/polish/trf/Makefile
@@ -9,12 +9,15 @@ MASTER_SITES= http://korzen.org/soft/trf/
MAINTAINER= ports@FreeBSD.org
COMMENT= Billing software for traffic counting working with most Polish ISPs
-NO_STAGE= yes
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.options.mk>
+
post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
+.if ${PORT_OPTIONS:MDOCS}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in README CHANGELOG
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.endif