diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-23 17:26:46 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-23 17:26:46 +0800 |
commit | 9ab1dfefcafe9faa2ae2309b9f08ffa9a5711a9b (patch) | |
tree | 2c6f638042741d1aa9900faae4edfb4e1006926d /net | |
parent | 0f7c1f478c17d4f452b0a67b8e5992b1a9831c6d (diff) | |
download | freebsd-ports-gnome-9ab1dfefcafe9faa2ae2309b9f08ffa9a5711a9b.tar.gz freebsd-ports-gnome-9ab1dfefcafe9faa2ae2309b9f08ffa9a5711a9b.tar.zst freebsd-ports-gnome-9ab1dfefcafe9faa2ae2309b9f08ffa9a5711a9b.zip |
Stagify.
Approved by: portmgr@
Diffstat (limited to 'net')
-rw-r--r-- | net/gutenfetch/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/gutenfetch/Makefile b/net/gutenfetch/Makefile index 8fd8c08cafdf..b7e2b4ab6e59 100644 --- a/net/gutenfetch/Makefile +++ b/net/gutenfetch/Makefile @@ -9,20 +9,17 @@ MASTER_SITES= SF MAINTAINER= johntabularasa@users.sf.net COMMENT= Fetch listings and books from Project Gutenberg -LIB_DEPENDS= gutenfetch:${PORTSDIR}/devel/libgutenfetch +LIB_DEPENDS= libgutenfetch.so:${PORTSDIR}/devel/libgutenfetch GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= gmake tar:bzip2 -MAN1= gutenfetch.1 -PLIST_FILES= bin/gutenfetch +PLIST_FILES= bin/gutenfetch man/man1/gutenfetch.1.gz SUB_FILES= pkg-message -NO_STAGE= yes post-install: - ${STRIP_CMD} ${PREFIX}/bin/gutenfetch - @${CAT} ${PKGMESSAGE} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gutenfetch .include <bsd.port.mk> |