aboutsummaryrefslogtreecommitdiff
path: root/misc/colortail
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:56:57 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:56:57 +0000
commit38c1ceb6758e436499344aa9691116d20fafe4a0 (patch)
treee98765e13fee87f59a2c2cd7424ba0d01e287032 /misc/colortail
parent5fe18e6dba6fb1949b039749ff413dd9067e197b (diff)
downloadports-38c1ceb6758e436499344aa9691116d20fafe4a0.tar.gz
ports-38c1ceb6758e436499344aa9691116d20fafe4a0.zip
Remove NOPORTDOCS and NOPORTEXAMPLES.
Notes
Notes: svn path=/head/; revision=360501
Diffstat (limited to 'misc/colortail')
-rw-r--r--misc/colortail/Makefile4
-rw-r--r--misc/colortail/pkg-plist12
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile
index 748d315b6a09..77ffebaa8dad 100644
--- a/misc/colortail/Makefile
+++ b/misc/colortail/Makefile
@@ -13,12 +13,12 @@ LICENCE= GPLv2
GNU_CONFIGURE= yes
+OPTIONS_DEFINE= EXAMPLES
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/colortail ${STAGEDIR}${PREFIX}/bin
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${STAGEDIR}${EXAMPLESDIR}
-.endif
.include <bsd.port.mk>
diff --git a/misc/colortail/pkg-plist b/misc/colortail/pkg-plist
index 07c68256a952..560eda7b8ca7 100644
--- a/misc/colortail/pkg-plist
+++ b/misc/colortail/pkg-plist
@@ -1,7 +1,7 @@
bin/colortail
-%%PORTDOCS%%%%EXAMPLESDIR%%/conf.daemon
-%%PORTDOCS%%%%EXAMPLESDIR%%/conf.kernel
-%%PORTDOCS%%%%EXAMPLESDIR%%/conf.messages
-%%PORTDOCS%%%%EXAMPLESDIR%%/conf.secure
-%%PORTDOCS%%%%EXAMPLESDIR%%/conf.xferlog
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf.daemon
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf.kernel
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf.messages
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf.secure
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf.xferlog
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%