aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-31 23:23:53 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-31 23:23:53 +0800
commit6d945223461a96def0aa89a6f296983fa3dd4a0b (patch)
tree859d692fbb854adfd86a494983dfc89d1ab0b748 /sysutils
parent538cb379f8bc8dcd2cc201434c966ec0b2f8e6ef (diff)
downloadfreebsd-ports-gnome-6d945223461a96def0aa89a6f296983fa3dd4a0b.tar.gz
freebsd-ports-gnome-6d945223461a96def0aa89a6f296983fa3dd4a0b.tar.zst
freebsd-ports-gnome-6d945223461a96def0aa89a6f296983fa3dd4a0b.zip
Remove useless execution of script
Simplify Makefile and make it respects the comme framework variable
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/life-preserver/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/life-preserver/Makefile b/sysutils/life-preserver/Makefile
index f8cf903e5058..ad8f54315dd8 100644
--- a/sysutils/life-preserver/Makefile
+++ b/sysutils/life-preserver/Makefile
@@ -17,6 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/pcbsd/scripts/functions.sh:${PORTSDIR}/sysutils/
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>