aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/mlvwm/Makefile
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>2000-02-29 16:23:37 +0800
committernakai <nakai@FreeBSD.org>2000-02-29 16:23:37 +0800
commitbb12fc75c9e6b6a634cb5450f066c7263228c562 (patch)
treef5f698bac4d8781f7e4a048ec1b285bd12f25141 /x11-wm/mlvwm/Makefile
parentd9f4fb42b16b27adaa16dc2a10ad2d9f14996c46 (diff)
downloadfreebsd-ports-gnome-bb12fc75c9e6b6a634cb5450f066c7263228c562.tar.gz
freebsd-ports-gnome-bb12fc75c9e6b6a634cb5450f066c7263228c562.tar.zst
freebsd-ports-gnome-bb12fc75c9e6b6a634cb5450f066c7263228c562.zip
Support CFLAGS/PREFIX properly
PR: ports/17052
Diffstat (limited to 'x11-wm/mlvwm/Makefile')
-rw-r--r--x11-wm/mlvwm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/mlvwm/Makefile b/x11-wm/mlvwm/Makefile
index 799d294b8a2c..5bc9ba470ced 100644
--- a/x11-wm/mlvwm/Makefile
+++ b/x11-wm/mlvwm/Makefile
@@ -22,6 +22,9 @@ MAN1= mlvwm.1
MLVWMLIBDIR= ${PREFIX}/lib/X11/mlvwm
+post-extract:
+ @${TAR} -C ${WRKSRC}/pixmap -xzf ${DISTDIR}/mini-icons.tar.gz
+
post-patch:
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/sample_rc/Mlvwmrc*
@@ -30,6 +33,5 @@ post-install:
@${MKDIR} ${MLVWMLIBDIR}/pixmap
${INSTALL_DATA} ${WRKSRC}/pixmap/*.xpm ${MLVWMLIBDIR}/pixmap
${INSTALL_DATA} ${WRKSRC}/sample_rc/Mlvwmrc* ${MLVWMLIBDIR}
- (cd ${MLVWMLIBDIR}/pixmap; ${TAR} xzf ${DISTDIR}/mini-icons.tar.gz)
.include <bsd.port.mk>