diff options
author | reed <reed@pkgsrc.org> | 2007-03-26 17:01:59 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2007-03-26 17:01:59 +0000 |
commit | d6c5898466ce55d5bc67fe84c18483e3140823e8 (patch) | |
tree | cfabc6dd249d0b9cd12ad71ea8a58d9cbffb5db2 /shells | |
parent | 480487fae331dd0e5f5403cddea018038ccf3984 (diff) | |
download | pkgsrc-d6c5898466ce55d5bc67fe84c18483e3140823e8.tar.gz |
Revert PLIST.
Use different install target.
Bump PKGREVISION.
This is also for PR 36080.
(TODO: look at SYSCONFDIR which is /etc.)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/osh/Makefile | 4 | ||||
-rw-r--r-- | shells/osh/PLIST | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile index 4edb46fdb44..406773334f4 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2007/03/26 16:43:34 reed Exp $ +# $NetBSD: Makefile,v 1.18 2007/03/26 17:01:59 reed Exp $ DISTNAME= osh-20070324 +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= http://jneitzel.sdf1.org/osh/src/ @@ -13,6 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_SHELL= bin/osh BUILD_TARGET= oshall +INSTALL_TARGET= install-oshall TEST_TARGET= check MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}/man1 diff --git a/shells/osh/PLIST b/shells/osh/PLIST index 605293ab67c..4c2a6790e3e 100644 --- a/shells/osh/PLIST +++ b/shells/osh/PLIST @@ -1,13 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 2007/03/26 16:58:25 reed Exp $ +@comment $NetBSD: PLIST,v 1.6 2007/03/26 17:01:59 reed Exp $ bin/fd2 -bin/glob6 bin/goto bin/if bin/osh -bin/sh6 man/man1/fd2.1 -man/man1/glob6.1 man/man1/goto.1 man/man1/if.1 man/man1/osh.1 -man/man1/sh6.1 |