diff options
author | arved <arved@FreeBSD.org> | 2009-03-25 04:54:16 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2009-03-25 04:54:16 +0800 |
commit | 486bdea80dc7d852e0a32c88365e25faf2df2eae (patch) | |
tree | 2b9e684da178b571e356a092a7ea2996d5ceb54d /x11-wm/blwm | |
parent | e15b2a1b750c5aeb452691374266798a0d6ca292 (diff) | |
download | freebsd-ports-gnome-486bdea80dc7d852e0a32c88365e25faf2df2eae.tar.gz freebsd-ports-gnome-486bdea80dc7d852e0a32c88365e25faf2df2eae.tar.zst freebsd-ports-gnome-486bdea80dc7d852e0a32c88365e25faf2df2eae.zip |
Make fetchable
Use REINPLACE_CMD
Fix make -j
Diffstat (limited to 'x11-wm/blwm')
-rw-r--r-- | x11-wm/blwm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/blwm/Makefile b/x11-wm/blwm/Makefile index b0840f887c36..cc692548b92b 100644 --- a/x11-wm/blwm/Makefile +++ b/x11-wm/blwm/Makefile @@ -10,14 +10,13 @@ PORTVERSION= 1.0.4 PORTREVISION= 3 CATEGORIES= x11-wm portuguese MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= trevor +MASTER_SITE_SUBDIR= arved MAINTAINER= ports@FreeBSD.org COMMENT= Portuguese derivative of qvwm, simplified to conserve resources RUN_DEPENDS= xsetbg:${PORTSDIR}/x11/xloadimage -USE_PERL5_BUILD=yes MAN1= blwm.1x PLIST= ${WRKDIR}/pkg-plist USE_GMAKE= yes @@ -26,9 +25,10 @@ USE_XORG= x11 ice sm xext xpm DOCS= AUTHORS BUGS COPYING CREDITS FreeBSD INSTALAR LEIAME TODO post-patch: - ${PERL} -pi -e "s:wmsetbg:xsetbg:g ; \ + ${REINPLACE_CMD} -e "s:wmsetbg:xsetbg:g ; \ s:/usr/local/lib/blwm:${PREFIX}/lib/blwm:g" \ ${WRKSRC}/rc/* + ${REINPLACE_CMD} -e "s,^MAKE,#MAKE," ${WRKSRC}/Makefile.std pre-install: ${ECHO_CMD} bin/blwm > ${PLIST} |