pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/digest
Module Name: pkgsrc
Committed By: joerg
Date: Fri May 25 13:08:49 UTC 2018
Modified Files:
pkgsrc/pkgtools/digest: Makefile
Log Message:
Simplify.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/pkgtools/digest/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/digest/Makefile
diff -u pkgsrc/pkgtools/digest/Makefile:1.61 pkgsrc/pkgtools/digest/Makefile:1.62
--- pkgsrc/pkgtools/digest/Makefile:1.61 Thu Oct 9 14:06:49 2014
+++ pkgsrc/pkgtools/digest/Makefile Fri May 25 13:08:49 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2014/10/09 14:06:49 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2018/05/25 13:08:49 joerg Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
@@ -23,9 +23,6 @@ VERSION!= ${AWK} -F "'" '/^PACKAGE_VERSI
do-extract:
@${CP} -R ${FILESDIR} ${WRKSRC}
-pre-install:
- -@${MKDIR} ${DESTDIR}${PKG_DBDIR}
-
do-test:
@${ECHO} "No news is good news"
@cd ${WRKSRC} && ${SETENV} DIGESTDIR=${WRKSRC} ${SH} ./regress.sh
Home |
Main Index |
Thread Index |
Old Index