aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fvwm/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-09-15 00:18:10 +0800
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-09-15 00:18:10 +0800
commit34ab8222b4acd7176185d22bce79f70c105f7114 (patch)
treeb49c982815f7318d6a401a063a8362b6e3841e79 /x11-wm/fvwm/Makefile
parentd8f900a2b5d2d68b2488397fcdfe667d381ee43a (diff)
downloadfreebsd-ports-34ab8222b4acd7176185d22bce79f70c105f7114.tar.gz
freebsd-ports-34ab8222b4acd7176185d22bce79f70c105f7114.tar.zst
freebsd-ports-34ab8222b4acd7176185d22bce79f70c105f7114.zip
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/fvwm/Makefile')
-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>