summaryrefslogtreecommitdiff
path: root/sysutils/aperture/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 20:49:47 +0000
committerrillig <rillig>2005-12-05 20:49:47 +0000
commitb4f920543059af038598712771c3211999ef42a6 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /sysutils/aperture/Makefile
parent5bf026ec112f405b514a2d69a72e10fa92c4c524 (diff)
downloadpkgsrc-b4f920543059af038598712771c3211999ef42a6.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'sysutils/aperture/Makefile')
-rw-r--r--sysutils/aperture/Makefile6
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"