svn commit: r357947 - head/graphics/cfdg
Vanilla I. Shu
vanilla at FreeBSD.org
Mon Jun 16 06:44:25 UTC 2014
Author: vanilla
Date: Mon Jun 16 06:44:24 2014
New Revision: 357947
URL: http://svnweb.freebsd.org/changeset/ports/357947
QAT: https://qat.redports.org/buildarchive/r357947/
Log:
Stagify.
Approved by: portmgr@
Modified:
head/graphics/cfdg/Makefile
Modified: head/graphics/cfdg/Makefile
==============================================================================
--- head/graphics/cfdg/Makefile Mon Jun 16 06:40:26 2014 (r357946)
+++ head/graphics/cfdg/Makefile Mon Jun 16 06:44:24 2014 (r357947)
@@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= anatoly.borodin at gmail.com
COMMENT= Context Free Design Grammar compiler
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
@@ -21,21 +21,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
WRKSRC= ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX}
USES= gmake
-
NO_INSTALL_MANPAGES= yes
-
PLIST_FILES= bin/cfdg
.if !defined(NOPORTEXAMPLES)
PORTEXAMPLES= *
.endif
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cfdg ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/cfdg ${STAGEDIR}${PREFIX}/bin
.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/input/* ${EXAMPLESDIR}
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/input/* ${STAGEDIR}${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list