summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-17 21:42:31 +0000
committerrillig <rillig@pkgsrc.org>2006-06-17 21:42:31 +0000
commite0b68b45744a3c285f8d67e5f363d74178b98062 (patch)
tree442f648ec1966f0e146aef665b0c795dfedc1728 /devel
parent644d74a2dd0919fdebabee8c414c1df95a86b667 (diff)
downloadpkgsrc-e0b68b45744a3c285f8d67e5f363d74178b98062.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'devel')
-rw-r--r--devel/uno/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/uno/Makefile b/devel/uno/Makefile
index df8ac6310fd..3c873be5e73 100644
--- a/devel/uno/Makefile
+++ b/devel/uno/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/04/22 09:22:08 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2006/06/17 21:42:31 rillig Exp $
#
DISTNAME= uno_v28
@@ -37,8 +37,8 @@ USE_TOOLS+= bison gmake flex
SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= post-patch
-SUBST_FILES.prefix= makefile
-SUBST_SED.prefix= -e "s,/usr/bin,${PREFIX}/bin,g"
-SUBST_MESSAGE.prefix= Fixing hardcoded paths.
+SUBST_FILES.prefix= makefile
+SUBST_SED.prefix= -e "s,/usr/bin,${PREFIX}/bin,g"
+SUBST_MESSAGE.prefix= Fixing hardcoded paths.
.include "../../mk/bsd.pkg.mk"