summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-06-19 14:42:48 +0000
committerjmmv <jmmv>2005-06-19 14:42:48 +0000
commitc1eefb484b2fa8f1db6d549e6f1718ac9a1ad7c9 (patch)
tree98c34313172234c91017d8ebcca6ee3697ba70ae /pkgtools
parent0f7af3dd489efe82cc5a24895f4413e21823b095 (diff)
downloadpkgsrc-c1eefb484b2fa8f1db6d549e6f1718ac9a1ad7c9.tar.gz
Avoid creating an empty directory that is not used (and which didn't match
the PLIST). Noticed by minskim@.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/autoswc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/autoswc/Makefile b/pkgtools/autoswc/Makefile
index 20147830103..5821a89e03a 100644
--- a/pkgtools/autoswc/Makefile
+++ b/pkgtools/autoswc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:04 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/19 14:42:48 jmmv Exp $
DISTNAME= autoswc-1.5
CATEGORIES= pkgtools sysutils
@@ -65,7 +65,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/autoswc.8 ${PREFIX}/man/man8
${INSTALL_DATA_DIR} ${PREFIX}/share/autoswc
${INSTALL_DATA} ${WRKSRC}/autoswc.mk ${PREFIX}/share/autoswc
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/autoswc
${INSTALL_DATA} ${WRKSRC}/config.site ${PREFIX}/share/autoswc
${INSTALL_DATA} ${FILESDIR}/configure.ac ${PREFIX}/share/autoswc