diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2003-08-29 00:42:22 +0800 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2003-08-29 00:42:22 +0800 |
commit | c914c7a727ce43ec7206897b74762e61a4ca002d (patch) | |
tree | 06326f6e3fc230e4f871589001effc23cd3b23ec /security/pinentry | |
parent | 2b95d154e3b52ade8aeaca4cf8ce8b8c14ec3f0e (diff) | |
download | freebsd-ports-gnome-c914c7a727ce43ec7206897b74762e61a4ca002d.tar.gz freebsd-ports-gnome-c914c7a727ce43ec7206897b74762e61a4ca002d.tar.zst freebsd-ports-gnome-c914c7a727ce43ec7206897b74762e61a4ca002d.zip |
Use INFO macro, change maintainer address.
Approved by: arved (Mentor)
Diffstat (limited to 'security/pinentry')
-rw-r--r-- | security/pinentry/Makefile | 3 | ||||
-rw-r--r-- | security/pinentry/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 93d65144e2f8..96a50580ad19 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 3ed168b6108e..54d3fe1e1f22 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 |