pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/digest Simplify.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8699f6ded0c1
branches:  trunk
changeset: 308521:8699f6ded0c1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri May 25 13:08:49 2018 +0000

description:
Simplify.

diffstat:

 pkgtools/digest/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r f38736ab1a65 -r 8699f6ded0c1 pkgtools/digest/Makefile
--- a/pkgtools/digest/Makefile  Fri May 25 13:04:56 2018 +0000
+++ b/pkgtools/digest/Makefile  Fri May 25 13:08:49 2018 +0000
@@ -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 @@
 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