summaryrefslogtreecommitdiff
path: root/security/libtasn1
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-31 23:28:36 +0000
committerjlam <jlam>2006-03-31 23:28:36 +0000
commitcce021bc4bbe5a39072c59de6a3c13f2fb5a0993 (patch)
tree6692a6071ae8ebeb9958d227cc4bd8b1ba98111c /security/libtasn1
parent619b975de3bd7aece1ce028244e32e57bd16eede (diff)
downloadpkgsrc-cce021bc4bbe5a39072c59de6a3c13f2fb5a0993.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/libtasn1')
-rw-r--r--security/libtasn1/Makefile4
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"