diff options
author | rxg <rxg@pkgsrc.org> | 2006-01-29 14:13:11 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2006-01-29 14:13:11 +0000 |
commit | e9cc052417e904e1497c5046066f38d073ab91b2 (patch) | |
tree | 2cd022a514a8c520e624e518bd8b12a7fd8eb7df /sysutils/rox | |
parent | d981e866dcdce4cc23364b4654bbeab2b2709cf2 (diff) | |
download | pkgsrc-e9cc052417e904e1497c5046066f38d073ab91b2.tar.gz |
Avoid warnings with pkglint.
Remove quoted in SUBST_MESSAGE.
Diffstat (limited to 'sysutils/rox')
-rw-r--r-- | sysutils/rox/Makefile | 6 |
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' |