diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-15 00:35:25 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-15 00:35:25 +0800 |
commit | a626cdc9670a4b3bcd93185d0b8148025b004eab (patch) | |
tree | 8318c78a92b589ea9212380303705239fbb065a6 /x11-wm/fvwm/Makefile | |
parent | 98bec4dd09556e462f97d2fb2ebdf36c1ca499fb (diff) | |
download | freebsd-ports-gnome-a626cdc9670a4b3bcd93185d0b8148025b004eab.tar.gz freebsd-ports-gnome-a626cdc9670a4b3bcd93185d0b8148025b004eab.tar.zst freebsd-ports-gnome-a626cdc9670a4b3bcd93185d0b8148025b004eab.zip |
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).
Diffstat (limited to 'x11-wm/fvwm/Makefile')
-rw-r--r-- | x11-wm/fvwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile index c39830f4a384..30118d0af45f 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> |