diff options
author | dillo <dillo@pkgsrc.org> | 2003-06-26 14:51:00 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2003-06-26 14:51:00 +0000 |
commit | 1de2505de508f1eb77876b76396ed4ff57b3ba67 (patch) | |
tree | cd15a80ce0efdb8489ca5afb731d253e069b49c3 /shells/scsh/Makefile | |
parent | 805bfc44c0b2064d227413aab8d29872871be720 (diff) | |
download | pkgsrc-1de2505de508f1eb77876b76396ed4ff57b3ba67.tar.gz |
update to 0.6.4, no changelog provided
Diffstat (limited to 'shells/scsh/Makefile')
-rw-r--r-- | shells/scsh/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index e603a017d42..58d82dedd6e 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.22 2003/06/02 01:16:58 jschauma Exp $ +# $NetBSD: Makefile,v 1.23 2003/06/26 14:51:00 dillo Exp $ # FreeBSD Id: Makefile,v 1.4 1997/07/15 15:00:30 cracauer Exp # -DISTNAME= scsh-0.5.3 +DISTNAME= scsh-0.6.4 CATEGORIES= shells lang -MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/0.5/ +MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/0.6/ MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://www.scsh.net/ @@ -15,17 +15,18 @@ NOT_FOR_PLATFORM= *-*-alpha # Needs scheme GNU_CONFIGURE= yes ALL_TARGET= enough +TEST_TARGET= check USE_PKGINSTALL= yes PKG_SHELL= ${PREFIX}/bin/scsh post-configure: - cd ${WRKSRC}; ${SED} -e '/LIBGEN/d' sysdep.h >xx ; ${MV} xx sysdep.h + cd ${WRKSRC}/scsh/bsd; ${SED} -e '/LIBGEN/d' sysdep.h >xx ; ${MV} xx sysdep.h post-install: @strip ${PREFIX}/bin/scsh (cd ${WRKSRC} ; \ - ${INSTALL_DATA} README RELEASE NEWS COPYING ${PREFIX}/lib/scsh/doc) + ${INSTALL_DATA} README RELEASE COPYING ${PREFIX}/lib/scsh/doc) ${RM} -f ${PREFIX}/share/doc/scsh ${LN} -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh |