summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2006-06-17 21:42:31 +0000
committerrillig <rillig>2006-06-17 21:42:31 +0000
commitb3d9d9c44fd850f0b16884f3fef0debb5a7b0a32 (patch)
tree442f648ec1966f0e146aef665b0c795dfedc1728
parent3ac1f21fca1dc2da167da23c269da2ed2c3caa58 (diff)
downloadpkgsrc-b3d9d9c44fd850f0b16884f3fef0debb5a7b0a32.tar.gz
Fixed pkglint warnings.
-rw-r--r--devel/uno/Makefile8
-rw-r--r--editors/mg2a/Makefile10
2 files changed, 9 insertions, 9 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"
diff --git a/editors/mg2a/Makefile b/editors/mg2a/Makefile
index 2eb8ae95d20..09976eb44bc 100644
--- a/editors/mg2a/Makefile
+++ b/editors/mg2a/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:49 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/06/17 21:43:40 rillig Exp $
-DISTNAME= mg2a
+DISTNAME= mg2a
PKGNAME= mg2a-1.11
CATEGORIES= editors
-MASTER_SITES= ftp://ftp.wustl.edu/languages/c/unix-c/editors/
-EXTRACT_SUFX= .tar.Z
+MASTER_SITES= ftp://ftp.wustl.edu/languages/c/unix-c/editors/
+EXTRACT_SUFX= .tar.Z
MAINTAINER= tron@NetBSD.org
COMMENT= Small, fast, public domain EMACS style editor
@@ -12,7 +12,7 @@ COMMENT= Small, fast, public domain EMACS style editor
INSTALLATION_DIRS= bin man/man1
post-extract:
- cd ${WRKSRC} ; ${CP} sys/bsd/Makefile .
+ cd ${WRKSRC} && ${CP} sys/bsd/Makefile .
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mg ${PREFIX}/bin/mg