summaryrefslogtreecommitdiff
path: root/shells/posh/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-03-29 17:02:31 +0000
committerjmmv <jmmv>2005-03-29 17:02:31 +0000
commit94bb0562e1eedabe14cdc9b8fcd83f5724bfdfb4 (patch)
tree531535b379e7d31ccee41911b19508074e98d5ac /shells/posh/Makefile
parent5ecccef7341a91bf4cebb2abc54d7d5247040f43 (diff)
downloadpkgsrc-94bb0562e1eedabe14cdc9b8fcd83f5724bfdfb4.tar.gz
Update to 0.3.14:
posh (0.3.14) unstable; urgency=medium * ifdef out shf_smprintf. -- Clint Adams <schizo@debian.org> Fri, 19 Nov 2004 13:11:55 -0500 posh (0.3.13) unstable; urgency=medium * Some documentation cleanup and fixes. * Get the Latin-1 non-breeakable spaces out of the manpage for now. closes: #280624. Hopefully the DocBook XSL stylesheets will be fixed some year. -- Clint Adams <schizo@debian.org> Fri, 12 Nov 2004 14:20:35 -0500 posh (0.3.12) unstable; urgency=medium * Add regression test for unset builtin. closes: #273346. * Make "eval false || true" not exit with -e. closes: #269066. -- Clint Adams <schizo@debian.org> Sat, 25 Sep 2004 22:41:59 -0400 posh (0.3.11) unstable; urgency=medium * Fix return value of unset builtin when parameters are not set; (according to POSIX, this is not an error condition). -- Clint Adams <schizo@debian.org> Thu, 23 Sep 2004 22:08:57 -0400 posh (0.3.10) unstable; urgency=low * Remove extraneous operators from "test" builtin (-a, -G, -H, -k, -O, -o, <, >, -ef, -nt, -ot).
Diffstat (limited to 'shells/posh/Makefile')
-rw-r--r--shells/posh/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/shells/posh/Makefile b/shells/posh/Makefile
index 8429ec6e839..96d2c894296 100644
--- a/shells/posh/Makefile
+++ b/shells/posh/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/08/29 14:47:07 recht Exp $
+# $NetBSD: Makefile,v 1.3 2005/03/29 17:02:31 jmmv Exp $
#
-DISTNAME= posh_0.3.9
+DISTNAME= posh_0.3.14
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/posh/}
@@ -20,8 +20,6 @@ WRKSRC= ${WRKDIR}/${PKGNAME}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/posh
- ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/posh
- ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/posh
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/posh
+ ${INSTALL_DATA} ${WRKSRC}/debian/changelog ${PREFIX}/share/doc/posh
.include "../../mk/bsd.pkg.mk"