summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-04-26 10:14:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-04-26 10:14:12 +0000
commit65e5ecf4489e359153861d7cf69d17493f7c8730 (patch)
tree38b05a288e729d17f1b6d6070b6fba0095a80998 /ports-mgmt
parent- Update to 2.0.1 (diff)
pkg.conf.sample is not a PORTEXAMPLE
Notes
Notes: svn path=/head/; revision=295547
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pkg/Makefile4
-rw-r--r--ports-mgmt/pkg/pkg-plist1
2 files changed, 1 insertions, 4 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index 07a822f70d43..b355034607bf 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -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>
diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist
index 07132dc2ebfe..5f542c955966 100644
--- a/ports-mgmt/pkg/pkg-plist
+++ b/ports-mgmt/pkg/pkg-plist
@@ -1,3 +1,4 @@
+etc/pkg.conf.sample
sbin/pkg
sbin/pkg-static
sbin/pkg2ng