diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-31 23:28:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-31 23:28:36 +0000 |
commit | e8bd5bba399b5ef0c2da9ed2ad6ce5e80bcc1666 (patch) | |
tree | 6692a6071ae8ebeb9958d227cc4bd8b1ba98111c /security | |
parent | f0be8a936c9888f594d10fbea93876abe95b073c (diff) | |
download | pkgsrc-e8bd5bba399b5ef0c2da9ed2ad6ce5e80bcc1666.tar.gz |
Set INFO_FILES so that the dir file is proper maintained by
INSTALL/DEINSTALL scripts. Bump the PKGREVISION to 1.
Diffstat (limited to 'security')
-rw-r--r-- | security/libtasn1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 88d0ed439f7..b69e234f43a 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2006/03/09 17:23:11 cube Exp $ +# $NetBSD: Makefile,v 1.26 2006/03/31 23:28:36 jlam Exp $ DISTNAME= libtasn1-0.3.1 +PKGREVISION= 1 CATEGORIES= security devel MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \ ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ \ @@ -17,6 +18,7 @@ USE_TOOLS+= makeinfo USE_LIBTOOL= yes GNU_CONFIGURE= yes TEST_TARGET= check +INFO_FILES= # PLIST .include "../../mk/bsd.prefs.mk" |