diff options
Diffstat (limited to 'sysutils/aperture/Makefile')
-rw-r--r-- | sysutils/aperture/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile index 0d9734136ea..7eb32d1475b 100644 --- a/sysutils/aperture/Makefile +++ b/sysutils/aperture/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/12/03 15:15:09 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2005/12/05 20:50:59 rillig Exp $ DISTNAME= apNetBSD PKGNAME= aperture-2.0 @@ -26,12 +26,12 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL WRKSRC= ${WRKDIR} BUILD_TARGET= cleandir depend all -DIST_SUBDIR= ${PKGNAME} +DIST_SUBDIR= ${PKGNAME_NOREV}nb5 INSTALL_TARGET= dirs includes install MANCOMPRESSED_IF_MANZ= YES NO_CONFIGURE= YES OSVERSION_SPECIFIC= YES -MAKE_ENV+= BSDSRCDIR="${BSDSRCDIR}" +MAKE_ENV+= BSDSRCDIR=${BSDSRCDIR:Q} .include "../../mk/bsd.prefs.mk" |