diff options
author | recht <recht@pkgsrc.org> | 2004-08-24 21:00:29 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-08-24 21:00:29 +0000 |
commit | 38f761459d42229c289914987574a69e8ba77625 (patch) | |
tree | 7294a6d59a20df2e0c9ab4f7dd270a640c05e519 /devel/tla/Makefile | |
parent | 81a0cfaaf4605f57a75304862b93f38e5b15d62e (diff) | |
download | pkgsrc-38f761459d42229c289914987574a69e8ba77625.tar.gz |
Update to the official, GNU blessed, version of tla-1.2.1.
With regard to the versions that has been released as tla-1.2.1 there's
only one change:
- A small with "update -d" was fixed.
Bump PKGREVISION to distinguish the two versions and add DIST_SUBDIR.
Diffstat (limited to 'devel/tla/Makefile')
-rw-r--r-- | devel/tla/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/tla/Makefile b/devel/tla/Makefile index fc12bb79222..600a3168de3 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -1,14 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2004/08/15 18:59:40 recht Exp $ +# $NetBSD: Makefile,v 1.11 2004/08/24 21:00:29 recht Exp $ # DISTNAME= tla-1.2.1 +PKGREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://release.gnuarch.org/tla-1.2/1.2.1/ \ - ftp://gnuarch.org/tla-1.2/1.2.1/ \ +MASTER_SITES= ${MASTER_SITE_GNU:=gnu-arch/} \ http://regexps.srparish.net/src/tla/ \ http://arch.quackerhead.com/~lord/releases/tla/ -#${MASTER_SITE_GNU:=gnu-arch/} \ -EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org HOMEPAGE= http://regexps.srparish.net/www/ @@ -33,6 +31,8 @@ CONFIGURE_ARGS+= --with-gnu-tar=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}tar HTMLDIR= ${PREFIX}/share/doc/html/arch +DIST_SUBDIR= ${PKGNAME_NOREV} + post-extract: ${MKDIR} ${WRKSRC} |