summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-09-14 16:35:25 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-09-14 16:35:25 +0000
commit3368de2ba042d2793bd33a5ffdc8c4db625e9f08 (patch)
tree6ef79277a67cac5ecc4344faed4a3f795abc3d05 /x11-wm/fvwm
parent34ab8222b4acd7176185d22bce79f70c105f7114 (diff)
downloadfreebsd-ports-3368de2ba042d2793bd33a5ffdc8c4db625e9f08.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')
-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 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>