summaryrefslogtreecommitdiff
path: root/shells/ast-ksh
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-07-03 15:00:41 +0000
committerwiz <wiz@pkgsrc.org>2014-07-03 15:00:41 +0000
commit18c4fad7aaefd9ba15d6b1a6e1e53c2ce1294732 (patch)
treeb0e73115ebd3afc648ad7641b85725963cc7f1a2 /shells/ast-ksh
parent8a806a7a0ad421f1cfb77913c93d5f865ab5f66d (diff)
downloadpkgsrc-18c4fad7aaefd9ba15d6b1a6e1e53c2ce1294732.tar.gz
Add used-by lines. pkglint fixes.
Diffstat (limited to 'shells/ast-ksh')
-rw-r--r--shells/ast-ksh/Makefile5
-rw-r--r--shells/ast-ksh/Makefile.common7
2 files changed, 7 insertions, 5 deletions
diff --git a/shells/ast-ksh/Makefile b/shells/ast-ksh/Makefile
index b31c567853e..c874f619114 100644
--- a/shells/ast-ksh/Makefile
+++ b/shells/ast-ksh/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.20 2012/09/11 23:25:07 asau Exp $
-#
+# $NetBSD: Makefile,v 1.21 2014/07/03 15:00:41 wiz Exp $
-.include "Makefile.common"
+.include "../../shells/ast-ksh/Makefile.common"
.include "../../mk/bsd.pkg.mk"
diff --git a/shells/ast-ksh/Makefile.common b/shells/ast-ksh/Makefile.common
index 00376af7c74..8771e6c7d30 100644
--- a/shells/ast-ksh/Makefile.common
+++ b/shells/ast-ksh/Makefile.common
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile.common,v 1.32 2013/04/08 11:17:22 rodent Exp $
+# $NetBSD: Makefile.common,v 1.33 2014/07/03 15:00:41 wiz Exp $
+#
+# used by shells/ast-ksh/Makefile
+# used by shells/static-ast-ksh/Makefile
DISTNAME= ast-ksh-${ASTKSH_VERSION}
PKGNAME= ast-ksh-${ASTKSH_VERSION:S/-//g}
@@ -58,7 +61,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/arch/"$${arch}"/bin/ksh \
${DESTDIR}${PREFIX}/bin/ksh93; \
${INSTALL_MAN} ${WRKSRC}/arch/"$${arch}"/man/man1/sh.1 \
- ${DESTDIR}${PREFIX}/man/man1/ksh93.1
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ksh93.1
# Part of regression test
do-test: