diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-14 16:18:10 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-14 16:18:10 +0000 |
commit | 34ab8222b4acd7176185d22bce79f70c105f7114 (patch) | |
tree | b49c982815f7318d6a401a063a8362b6e3841e79 /x11-wm/fvwm | |
parent | d8f900a2b5d2d68b2488397fcdfe667d381ee43a (diff) | |
download | ports-34ab8222b4acd7176185d22bce79f70c105f7114.tar.gz ports-34ab8222b4acd7176185d22bce79f70c105f7114.zip |
Notes
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/Makefile | 4 |
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> |