From cd9e033782a80bfc923a3d5e674c11ba58e0f489 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Tue, 24 Jun 2014 15:34:26 +0000 Subject: [PATCH] 1: Stagify. 2: convert NOPORTDOCS to options. --- polish/trf/Makefile | 11 +++++++---- 1 file 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 + 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