pkg.conf.sample is not a PORTEXAMPLE

This commit is contained in:
Baptiste Daroussin 2012-04-26 10:14:12 +00:00
parent 4074008879
commit 65e5ecf448
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295547
2 changed files with 1 additions and 4 deletions

View File

@ -50,8 +50,6 @@ MAN8= pkg.8 \
pkg-which.8
MAN5= pkg.conf.5
PORTEXAMPLES= etc/pkg.conf.sample
.include <bsd.port.pre.mk>
#define PKG_DEPENDS to nothing to avoid infinite loop looking for pkg :)
@ -72,9 +70,7 @@ post-install:
@${MKDIR} ${PREFIX}/etc/periodic/security
@${INSTALL_SCRIPT} ${WRKSRC}/scripts/periodic/410.pkg-audit ${PREFIX}/etc/periodic/security
@${INSTALL_SCRIPT} ${WRKSRC}/ports/pkg2ng ${PREFIX}/sbin
.if !defined(NOPORTEXAMPLES)
@${INSTALL_DATA} ${WRKSRC}/pkg/pkg.conf.sample ${PREFIX}/etc
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -1,3 +1,4 @@
etc/pkg.conf.sample
sbin/pkg
sbin/pkg-static
sbin/pkg2ng