diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-23 09:26:46 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-23 09:26:46 +0000 |
commit | d66a853fe866ccbdc08f2ddbca1d4a97a4a0561c (patch) | |
tree | 2c6f638042741d1aa9900faae4edfb4e1006926d /net/gutenfetch | |
parent | a329a99e0a2bfa708b70b8a1fcea1da73e90f628 (diff) |
Stagify.
Approved by: portmgr@
Notes
Notes:
svn path=/head/; revision=358910
Diffstat (limited to 'net/gutenfetch')
-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> |