Module Name:    src
Committed By:   christos
Date:           Sun Feb 20 02:14:43 UTC 2011

Modified Files:
        src/crypto/external/bsd/libsaslc/etc: Makefile

Log Message:
don't install dirs.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/crypto/external/bsd/libsaslc/etc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/libsaslc/etc/Makefile
diff -u src/crypto/external/bsd/libsaslc/etc/Makefile:1.1 src/crypto/external/bsd/libsaslc/etc/Makefile:1.2
--- src/crypto/external/bsd/libsaslc/etc/Makefile:1.1	Sat Feb 19 21:12:31 2011
+++ src/crypto/external/bsd/libsaslc/etc/Makefile	Sat Feb 19 21:14:42 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/02/20 02:12:31 christos Exp $
+# $NetBSD: Makefile,v 1.2 2011/02/20 02:14:42 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -16,7 +16,7 @@
 CFG_MECH+= PLAIN.conf
 
 install:
-	${INSTALL_FILE} -d -o root -g wheel -m 444 \
+	${INSTALL_FILE} -o root -g wheel -m 444 \
 	    ${CFG_FILE} ${DESTDIR}${CFG_DIR}
-	${INSTALL_FILE} -d -o root -g wheel -m 444 \
+	${INSTALL_FILE} -o root -g wheel -m 444 \
 	    ${CFG_MECH} ${DESTDIR}${CFG_DIR}/mech

Reply via email to