aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>