diff options
author | jmmv <jmmv> | 2004-11-05 17:00:51 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-11-05 17:00:51 +0000 |
commit | aecff834e136d49140a33f291dfc92cb9e2f7998 (patch) | |
tree | 1ac914c7162c0547498d4fa64ff082305a10da9f | |
parent | 9c5e1e7c93fb4dbc24c508423267be4979b8c07d (diff) | |
download | pkgsrc-aecff834e136d49140a33f291dfc92cb9e2f7998.tar.gz |
Multiple cleanups:
- Move PKG_INSTALLATION_TYPES to where it belongs.
- Sort USE_* section alphabetically.
- No need to use GNU make.
- No need to define USE_PKGLOCALEDIR.
- Add blank line before inclusion of buildlink3.mk files.
- Handle installation of info file propertly and bump PKGREVISION to 1
because of this.
-rw-r--r-- | security/libassuan/Makefile | 13 | ||||
-rw-r--r-- | security/libassuan/PLIST | 3 |
2 files changed, 9 insertions, 7 deletions
diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile index 6a756916ebb..493f96063c8 100644 --- a/security/libassuan/Makefile +++ b/security/libassuan/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2004/10/23 20:58:21 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/05 17:00:51 jmmv Exp $ # DISTNAME= libassuan-0.6.7 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/ @@ -9,12 +10,14 @@ MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/ COMMENT= The IPC library used by some GnuPG related software -USE_BUILDLINK3= yes -PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_PKGLOCALEDIR= yes +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= yes -USE_GNU_TOOLS+= make +USE_BUILDLINK3= yes + +INFO_FILES= assuan.info BUILDLINK_DEPENDS.libgpg-error+= libgpg-error>=1.0.0 + .include "../../security/libgpg-error/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/libassuan/PLIST b/security/libassuan/PLIST index 04db4724acb..7952df0de44 100644 --- a/security/libassuan/PLIST +++ b/security/libassuan/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2004/10/23 13:27:36 shannonjr Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/11/05 17:00:51 jmmv Exp $ bin/libassuan-config include/assuan.h -info/assuan.info lib/libassuan.a share/aclocal/libassuan.m4 |