Ye gods this is kludge. What works for cpp doesn't work for install,
and vice-versa, so I need 2 configure files.
This commit is contained in:
parent
88343bc70d
commit
d8f900a2b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue