1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Whoops, but it still needs to be called configure.h! Braino on my part.

This commit is contained in:
Jordan K. Hubbard 1994-09-14 16:18:10 +00:00
parent d8f900a2b5
commit 34ab8222b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97

View File

@ -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>