summaryrefslogtreecommitdiff
path: root/sysutils/rox
diff options
context:
space:
mode:
authorrxg <rxg>2006-01-29 14:13:11 +0000
committerrxg <rxg>2006-01-29 14:13:11 +0000
commit11b29e0aa6fcbd515303770d42e2eefc7d10290f (patch)
tree2cd022a514a8c520e624e518bd8b12a7fd8eb7df /sysutils/rox
parent3a3f6345d94d4054a5a1773cf61f6b040435de9e (diff)
downloadpkgsrc-11b29e0aa6fcbd515303770d42e2eefc7d10290f.tar.gz
Avoid warnings with pkglint.
Remove quoted in SUBST_MESSAGE.
Diffstat (limited to 'sysutils/rox')
-rw-r--r--sysutils/rox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/rox/Makefile b/sysutils/rox/Makefile
index 4479431988b..58b7613ce7c 100644
--- a/sysutils/rox/Makefile
+++ b/sysutils/rox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2006/01/24 07:32:35 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2006/01/29 14:14:40 rxg Exp $
#
DISTNAME= rox-2.4
@@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
INSTALLATION_DIRS= libexec/rox share/Choices share/rox/ROX-Filer
SUBST_CLASSES+= path
-SUBST_MESSAGE.path= "Fixing hardcoded paths."
+SUBST_MESSAGE.path= Fixing hardcoded paths.
SUBST_STAGE.path= post-patch
SUBST_FILES.path= ROX-Filer/AppRun
SUBST_FILES.path+= ROX-Filer/src/choices.c
@@ -31,7 +31,7 @@ SUBST_FILES.path+= ROX-Filer/src/xdgmime.c
SUBST_SED.path= -e 's,/usr/local,${PREFIX},g'
SUBST_CLASSES+= bin
-SUBST_MESSAGE.bin= "Fixing binary path."
+SUBST_MESSAGE.bin= Fixing binary path.
SUBST_STAGE.bin= post-patch
SUBST_FILES.bin= ROX-Filer/AppRun
SUBST_SED.bin= -e 's,BIN="$$APP_DIR,BIN="${PREFIX}/libexec/rox,g'