fix MODGNU_CONFIG_GUESS_DIRS

This commit is contained in:
naddy 2004-07-31 19:29:35 +00:00
parent c112e2210b
commit 2d336ab170
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2003/10/07 17:17:31 fgsch Exp $
# $OpenBSD: Makefile,v 1.32 2004/07/31 19:29:35 naddy Exp $
COMMENT= "PalmPilot communication utilities"
@ -37,6 +37,6 @@ LIB_DEPENDS= tk83::x11/tk/8.3
CONFIGURE_ARGS+= --without-tk
.endif
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/scripts
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/scripts
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2003/10/30 01:00:54 jolan Exp $
# $OpenBSD: Makefile,v 1.11 2004/07/31 19:29:35 naddy Exp $
COMMENT= "descramble scrambled DVDs"
@ -17,5 +17,6 @@ PERMIT_PACKAGE_CDROM= "Free speech issue"
PERMIT_PACKAGE_FTP= Yes
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
.include <bsd.port.mk>