summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrillig <rillig>2006-02-15 20:08:41 +0000
committerrillig <rillig>2006-02-15 20:08:41 +0000
commitda25615ea0f46b9523d76ef0e742ca9b1fcfb1a9 (patch)
tree962b697a728de8967994b23766548ceaab1d2173 /sysutils
parent1e80025f22c927969a1403d7d73ce078a6a019b7 (diff)
downloadpkgsrc-da25615ea0f46b9523d76ef0e742ca9b1fcfb1a9.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mc/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile
index 71b3358f45a..66b551d7972 100644
--- a/sysutils/mc/Makefile
+++ b/sysutils/mc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2006/02/05 23:10:55 joerg Exp $
+# $NetBSD: Makefile,v 1.65 2006/02/15 20:15:46 rillig Exp $
DISTNAME= mc-4.6.1
PKGREVISION= 1
@@ -23,22 +23,22 @@ PKG_SUGGESTED_OPTIONS= charset edit slang subshell vfs
.include "../../mk/bsd.options.mk"
.if ${OPSYS} == "Linux"
-PLIST_SRC+= ${PKGDIR}/PLIST.cons.saver
+PLIST_SRC+= ${PKGDIR}/PLIST.cons.saver
.endif
# remove dir if no extensions were installed there
post-install:
- @${RMDIR} ${PREFIX}/lib/mc 2>/dev/null || ${TRUE}
+ @${RMDIR} ${PREFIX:Q}/lib/mc 2>/dev/null || ${TRUE}
# we need working e2fsprogs and gpm packages first
CONFIGURE_ARGS+= --without-ext2undel
CONFIGURE_ARGS+= --without-gpm-mouse
-PLIST_SRC+= ${PKGDIR}/PLIST
+PLIST_SRC+= ${PKGDIR}/PLIST
.include "options.mk"
-PLIST_SRC+= ${PKGDIR}/PLIST.end
+PLIST_SRC+= ${PKGDIR}/PLIST.end
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"