svn commit: r382833 - head/sysutils/life-preserver
Baptiste Daroussin
bapt at FreeBSD.org
Tue Mar 31 15:23:54 UTC 2015
Author: bapt
Date: Tue Mar 31 15:23:53 2015
New Revision: 382833
URL: https://svnweb.freebsd.org/changeset/ports/382833
QAT: https://qat.redports.org/buildarchive/r382833/
Log:
Remove useless execution of script
Simplify Makefile and make it respects the comme framework variable
Modified:
head/sysutils/life-preserver/Makefile
Modified: head/sysutils/life-preserver/Makefile
==============================================================================
--- head/sysutils/life-preserver/Makefile Tue Mar 31 15:14:38 2015 (r382832)
+++ head/sysutils/life-preserver/Makefile Tue Mar 31 15:23:53 2015 (r382833)
@@ -17,6 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/pcbsd/sc
WRKSRC= ${WRKDIR}/lpreserver
USES= pkgconfig tar:xz
NO_BUILD= yes
+MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
.include <bsd.port.pre.mk>
@@ -24,10 +25,4 @@ NO_BUILD= yes
IGNORE= requires FreeBSD 10 or later
.endif
-do-install:
- cd ${WRKSRC} && make install PREFIX=${STAGEDIR}${PREFIX}
-
-post-install:
- PKG_PREFIX=${STAGEDIR}${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list