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/osh/Makefile | |
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/osh/Makefile')
-rw-r--r-- | shells/osh/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |