diff options
author | jonb <jonb@pkgsrc.org> | 2002-02-14 17:56:05 +0000 |
---|---|---|
committer | jonb <jonb@pkgsrc.org> | 2002-02-14 17:56:05 +0000 |
commit | 45609c69bd0956376e04d8c7448455635746287a (patch) | |
tree | 49db25856174589df12f62cb3ee28e57279105a2 /devel/arch/Makefile | |
parent | b684064940c96d80525f228e144f49e9e16365a3 (diff) | |
download | pkgsrc-45609c69bd0956376e04d8c7448455635746287a.tar.gz |
Make this package use GNU patch so it doesn't barf all over the place.
Diffstat (limited to 'devel/arch/Makefile')
-rw-r--r-- | devel/arch/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/arch/Makefile b/devel/arch/Makefile index 9ab61acd544..8010df97f40 100644 --- a/devel/arch/Makefile +++ b/devel/arch/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/02/07 23:51:58 jonb Exp $ +# $NetBSD: Makefile,v 1.3 2002/02/14 17:56:05 jonb Exp $ # -DISTNAME= arch-1.0pre6 -PKGREVISION= 1 +DISTNAME= arch-1.0pre7 +PKGNAME= arch-1.0.0.7 CATEGORIES= devel MASTER_SITES= ftp://regexps.com/pub/src/arch/ @@ -10,6 +10,8 @@ MAINTAINER= schmonz+netbsd@schmonz.com HOMEPAGE= http://www.regexps.com/ COMMENT= revision control system ideal for widely distributed development +DEPENDS+= patch:../../devel/patch + USE_GMAKE= # defined HAS_CONFIGURE= # defined @@ -38,4 +40,7 @@ post-install: ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} ${CHMOD} -R ugo-w ${EXAMPLESDIR} + # Install GNU patch where it can be found + ${LN} -s ${LOCALBASE}/bin/gpatch ${PREFIX}/libexec/arch/arch/patch + .include "../../mk/bsd.pkg.mk" |