summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-14 16:35:25 +0000
committerjkh <jkh@FreeBSD.org>1994-09-14 16:35:25 +0000
commita626cdc9670a4b3bcd93185d0b8148025b004eab (patch)
tree8318c78a92b589ea9212380303705239fbb065a6
parent98bec4dd09556e462f97d2fb2ebdf36c1ca499fb (diff)
downloadFreeBSD-ports-a626cdc9670a4b3bcd93185d0b8148025b004eab.zip
FreeBSD-ports-a626cdc9670a4b3bcd93185d0b8148025b004eab.tar.gz
This just gets worse. I have to remake the Makefiles before installation
too, to get the change propagated. Basically we need to figure out why quoted strings in install args get hosed (I think our sh may be ill).
-rw-r--r--x11-wm/fvwm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile
index c39830f..30118d0 100644
--- a/x11-wm/fvwm/Makefile
+++ b/x11-wm/fvwm/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.5 1994/09/14 16:17:31 jkh Exp $
+# $Id: Makefile,v 1.6 1994/09/14 16:18:10 jkh Exp $
#
DISTNAME= fvwm-1.23b
@@ -16,5 +16,6 @@ DEPENDS= x11/xpm
pre-install:
@cp ${FILESDIR}/configure2.h ${WRKSRC}/configure.h
+ @(cd ${WRKSRC}; ${MAKE} Makefiles)
.include <bsd.port.mk>
OpenPOWER on IntegriCloud