aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/fvwm
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-09-14 16:17:31 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-09-14 16:17:31 +0000
commitd8f900a2b5d2d68b2488397fcdfe667d381ee43a (patch)
treed3739bcd3f7577857dca7f4fac6d001163fb94ba /x11-wm/fvwm
parent88343bc70dd044c5884d4c06dbc4718a55c212bc (diff)
downloadports-d8f900a2b5d2d68b2488397fcdfe667d381ee43a.tar.gz
ports-d8f900a2b5d2d68b2488397fcdfe667d381ee43a.zip
Ye gods this is kludge. What works for cpp doesn't work for install,
and vice-versa, so I need 2 configure files.
Notes
Notes: svn path=/head/; revision=96
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r--x11-wm/fvwm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile
index 40875ad95346..a7e805c7d560 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.3 1994/09/13 06:35:06 jkh Exp $
+# $Id: Makefile,v 1.4 1994/09/14 14:12:45 jkh Exp $
#
DISTNAME= fvwm-1.23b
@@ -14,4 +14,7 @@ MASTER_SITES= ftp://spcot.sanders.com/pub/fvwm/
USE_IMAKE= yes
DEPENDS= x11/xpm
+pre-install:
+ @cp ${FILESDIR}/configure2.h ${WRKSRC}
+
.include <bsd.port.mk>