summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-09-14 16:18:10 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-09-14 16:18:10 +0000
commit34ab8222b4acd7176185d22bce79f70c105f7114 (patch)
treeb49c982815f7318d6a401a063a8362b6e3841e79 /x11-wm
parentYe gods this is kludge. What works for cpp doesn't work for install, (diff)
Whoops, but it still needs to be called configure.h! Braino on my part.
Notes
Notes: svn path=/head/; revision=97
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fvwm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile
index a7e805c7d560..c39830f4a384 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.4 1994/09/14 14:12:45 jkh Exp $
+# $Id: Makefile,v 1.5 1994/09/14 16:17:31 jkh Exp $
#
DISTNAME= fvwm-1.23b
@@ -15,6 +15,6 @@ USE_IMAKE= yes
DEPENDS= x11/xpm
pre-install:
- @cp ${FILESDIR}/configure2.h ${WRKSRC}
+ @cp ${FILESDIR}/configure2.h ${WRKSRC}/configure.h
.include <bsd.port.mk>