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 | dcb7230e6b3c57b49b462eac5842b246e32b3c85 (patch) | |
tree | cfabc6dd249d0b9cd12ad71ea8a58d9cbffb5db2 /shells/osh/Makefile | |
parent | 736a4f7b846a607484f0d58288b2aa680478b414 (diff) | |
download | pkgsrc-dcb7230e6b3c57b49b462eac5842b246e32b3c85.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 |