summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2003-08-28 16:42:22 +0000
committerlofi <lofi@FreeBSD.org>2003-08-28 16:42:22 +0000
commitbe14e65061240809dc0ca4bc4836fb85764fd4ff (patch)
treee8b8b938554c35eb98197f24037ecd7a9c550a7a
parentbe66f9567ed62a91e60a18297394086240ec404a (diff)
downloadFreeBSD-ports-be14e65061240809dc0ca4bc4836fb85764fd4ff.zip
FreeBSD-ports-be14e65061240809dc0ca4bc4836fb85764fd4ff.tar.gz
Use INFO macro, change maintainer address.
Approved by: arved (Mentor)
-rw-r--r--security/gnupg-devel/Makefile3
-rw-r--r--security/gnupg-devel/pkg-plist6
-rw-r--r--security/newpg/Makefile3
-rw-r--r--security/newpg/pkg-plist6
-rw-r--r--security/pinentry/Makefile3
-rw-r--r--security/pinentry/pkg-plist3
6 files changed, 6 insertions, 18 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile
index 285638c..afd67e9 100644
--- a/security/gnupg-devel/Makefile
+++ b/security/gnupg-devel/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/aegypten
-MAINTAINER= michaelnottebrock@gmx.net
+MAINTAINER= lofi@freebsd.org
COMMENT= Prerelease package of GnuPG extensions for GnuPG 2.0
LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \
@@ -34,6 +34,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
CONFIGURE_ARGS+=--with-included-gettext=no
+INFO= gnupg
.include <bsd.port.pre.mk>
diff --git a/security/gnupg-devel/pkg-plist b/security/gnupg-devel/pkg-plist
index 061b5d1..0bca7cc 100644
--- a/security/gnupg-devel/pkg-plist
+++ b/security/gnupg-devel/pkg-plist
@@ -2,11 +2,5 @@ bin/gpg-agent
bin/gpgsm
bin/kbxutil
%%WITH_OPENSC%%bin/scdaemon
-@unexec install-info --delete %D/info/gnupg.info %D/info/dir
-info/gnupg.info
-info/gnupg.info-1
-info/gnupg.info-2
-info/gnupg.info-3
-@exec install-info %D/info/gnupg.info %D/info/dir
lib/newpg/gpg-protect-tool
share/locale/de/LC_MESSAGES/newpg.mo
diff --git a/security/newpg/Makefile b/security/newpg/Makefile
index 285638c..afd67e9 100644
--- a/security/newpg/Makefile
+++ b/security/newpg/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/aegypten
-MAINTAINER= michaelnottebrock@gmx.net
+MAINTAINER= lofi@freebsd.org
COMMENT= Prerelease package of GnuPG extensions for GnuPG 2.0
LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \
@@ -34,6 +34,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
CONFIGURE_ARGS+=--with-included-gettext=no
+INFO= gnupg
.include <bsd.port.pre.mk>
diff --git a/security/newpg/pkg-plist b/security/newpg/pkg-plist
index 061b5d1..0bca7cc 100644
--- a/security/newpg/pkg-plist
+++ b/security/newpg/pkg-plist
@@ -2,11 +2,5 @@ bin/gpg-agent
bin/gpgsm
bin/kbxutil
%%WITH_OPENSC%%bin/scdaemon
-@unexec install-info --delete %D/info/gnupg.info %D/info/dir
-info/gnupg.info
-info/gnupg.info-1
-info/gnupg.info-2
-info/gnupg.info-3
-@exec install-info %D/info/gnupg.info %D/info/dir
lib/newpg/gpg-protect-tool
share/locale/de/LC_MESSAGES/newpg.mo
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index 93d6514..96a5058 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -17,7 +17,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \
common.tar.gz:lofi\
jnlib.tar.gz:lofi
-MAINTAINER= michaelnottebrock@gmx.net
+MAINTAINER= lofi@freebsd.org
COMMENT= A collection of simple PIN or passphrase entry dialogs
LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \
@@ -35,6 +35,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
CONFIGURE_ARGS+=--with-included-gettext=no
+INFO= pinentry
.include <bsd.port.pre.mk>
diff --git a/security/pinentry/pkg-plist b/security/pinentry/pkg-plist
index 3ed168b..54d3fe1 100644
--- a/security/pinentry/pkg-plist
+++ b/security/pinentry/pkg-plist
@@ -1,6 +1,3 @@
bin/pinentry-curses
%%WITH_GTK%%bin/pinentry-gtk
%%WITH_QT%%bin/pinentry-qt
-@unexec install-info --delete %D/info/pinentry.info %D/info/dir
-info/pinentry.info
-@exec install-info %D/info/pinentry.info %D/info/dir
OpenPOWER on IntegriCloud