diff options
author | tobik <tobik@FreeBSD.org> | 2019-02-01 23:34:51 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-02-01 23:34:51 +0800 |
commit | 53af3174b91939d54b76ea76641062819536c90a (patch) | |
tree | 72b3caf270dfe843ee8976c0c811b1994b5485e8 /net | |
parent | fcdf42f04c88d2cd671d012c8cc081ccf32cd681 (diff) | |
download | freebsd-ports-gnome-53af3174b91939d54b76ea76641062819536c90a.tar.gz freebsd-ports-gnome-53af3174b91939d54b76ea76641062819536c90a.tar.zst freebsd-ports-gnome-53af3174b91939d54b76ea76641062819536c90a.zip |
net/pfinger: Remove X11 option
x11-toolkits/gtk12 is gone since r488008.
Diffstat (limited to 'net')
-rw-r--r-- | net/pfinger/Makefile | 9 | ||||
-rw-r--r-- | net/pfinger/pkg-plist | 3 |
2 files changed, 3 insertions, 9 deletions
diff --git a/net/pfinger/Makefile b/net/pfinger/Makefile index f22db79de15c..129d71b7f858 100644 --- a/net/pfinger/Makefile +++ b/net/pfinger/Makefile @@ -3,7 +3,7 @@ PORTNAME= pfinger PORTVERSION= 0.7.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://www.xelia.ch/unix/pfinger/ @@ -13,12 +13,7 @@ COMMENT= Highly configurable, secure, and portable finger daemon CONFLICTS= gnu-finger-1.* GNU_CONFIGURE= yes - -OPTIONS_DEFINE= X11 -OPTIONS_SUB= yes - -X11_USE= GNOME=gtk12 -X11_CONFIGURE_OFF= --without-client +CONFIGURE_ARGS= --without-client post-patch: @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/src/configfile.c diff --git a/net/pfinger/pkg-plist b/net/pfinger/pkg-plist index 99cd2a3e6e39..90ff74fdb182 100644 --- a/net/pfinger/pkg-plist +++ b/net/pfinger/pkg-plist @@ -1,7 +1,6 @@ bin/finger -%%X11%%bin/pfinger man/man1/finger.1.gz -man/man1/pfinger.1.gz +@comment man/man1/pfinger.1.gz man/man5/fingerconf.5.gz man/man8/in.fingerd.8.gz sbin/fingerd |