svn commit: r358910 - head/net/gutenfetch
Vanilla I. Shu
vanilla at FreeBSD.org
Mon Jun 23 09:26:47 UTC 2014
Author: vanilla
Date: Mon Jun 23 09:26:46 2014
New Revision: 358910
URL: http://svnweb.freebsd.org/changeset/ports/358910
QAT: https://qat.redports.org/buildarchive/r358910/
Log:
Stagify.
Approved by: portmgr@
Modified:
head/net/gutenfetch/Makefile
Modified: head/net/gutenfetch/Makefile
==============================================================================
--- head/net/gutenfetch/Makefile Mon Jun 23 09:23:00 2014 (r358909)
+++ head/net/gutenfetch/Makefile Mon Jun 23 09:26:46 2014 (r358910)
@@ -9,20 +9,17 @@ MASTER_SITES= SF
MAINTAINER= johntabularasa at 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>
More information about the svn-ports-all
mailing list