pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/autoswc Avoid creating an empty directory tha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a53269c3f594
branches:  trunk
changeset: 495749:a53269c3f594
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Jun 19 14:42:48 2005 +0000

description:
Avoid creating an empty directory that is not used (and which didn't match
the PLIST).  Noticed by minskim@.

diffstat:

 pkgtools/autoswc/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 3c3d7edee0d7 -r a53269c3f594 pkgtools/autoswc/Makefile
--- a/pkgtools/autoswc/Makefile Sun Jun 19 13:57:30 2005 +0000
+++ b/pkgtools/autoswc/Makefile Sun Jun 19 14:42:48 2005 +0000
@@ -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 @@
        ${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
 



Home | Main Index | Thread Index | Old Index