aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/ahwm
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-07-16 16:37:02 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-07-16 16:37:02 +0000
commit09bfea90797e117a876393984c64c8cfebf0cd75 (patch)
tree8d34cdc779704ac4075036e6912220aa8a295510 /x11-wm/ahwm
parent7461699e75667f290eeefe431b6832911402033c (diff)
downloadports-09bfea90797e117a876393984c64c8cfebf0cd75.tar.gz
ports-09bfea90797e117a876393984c64c8cfebf0cd75.zip
Notes
Diffstat (limited to 'x11-wm/ahwm')
-rw-r--r--x11-wm/ahwm/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-wm/ahwm/Makefile b/x11-wm/ahwm/Makefile
index 80a1822e9188..a4a0d7e64dc0 100644
--- a/x11-wm/ahwm/Makefile
+++ b/x11-wm/ahwm/Makefile
@@ -15,12 +15,17 @@ MASTER_SITES= http://people.cs.uchicago.edu/~ahiorean/ahwm/
MAINTAINER= ports@FreeBSD.org
COMMENT= An X11 window manager
-USE_X_PREFIX= yes
+USE_XLIB= yes
GNU_CONFIGURE= yes
+MAKE_ARGS= prefix=${PREFIX} exec_prefix=${PREFIX}
MAN5= ahwmrc.5
MLINKS= ahwmrc.5 ahwm.5
PLIST_FILES= bin/ahwm
+post-patch:
+ @${REINPLACE_CMD} -e 's,@prefix@@,@,g' \
+ ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>