Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/security/libdes/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/security/libdes/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- pkgsrc/security/libdes/Makefile 2003/01/19 09:04:02 1.3 +++ pkgsrc/security/libdes/Makefile 2003/03/29 12:42:23 1.4 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/01/19 09:04:02 salo Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/29 12:42:23 jmmv Exp $ DISTNAME= libdes-4.04b +WRKSRC= ${WRKDIR}/des CATEGORIES= security MASTER_SITES= ftp://ftp.psy.uq.oz.au/pub/Crypto/DES/ @@ -9,6 +10,4 @@ COMMENT= Small DES (Data Encryption Stan CRYPTO= YES -WRKSRC= ${WRKDIR}/des - .include "../../mk/bsd.pkg.mk"