diff options
author | jwise <jwise> | 2000-08-31 14:43:49 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-08-31 14:43:49 +0000 |
commit | a21f1c944837c922860011790acf7b4a22c98a08 (patch) | |
tree | 4ef04abce89372020a4f6c44a58d6ec5802a7bbb /misc/zorro/Makefile | |
parent | 8c86f3284d26954308f8cb167f7ccf8431c66a9f (diff) | |
download | pkgsrc-a21f1c944837c922860011790acf7b4a22c98a08.tar.gz |
Adapt this package to tk-8.3.2.
Diffstat (limited to 'misc/zorro/Makefile')
-rw-r--r-- | misc/zorro/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/zorro/Makefile b/misc/zorro/Makefile index 496aa460357..56f3ad7a286 100644 --- a/misc/zorro/Makefile +++ b/misc/zorro/Makefile @@ -1,21 +1,21 @@ -# $NetBSD: Makefile,v 1.9 2000/03/16 13:52:20 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2000/08/31 14:51:51 jwise Exp $ # FreeBSD Id: Makefile,v 1.9 1997/11/22 19:55:25 jseger Exp # DISTNAME= zorro-1.1p8 PKGNAME= zorro-1.1.8 -CATEGORIES= misc tk80 +CATEGORIES= misc tk MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/zorro-1.1p8/ -MAINTAINER= shanee@augusta.de +MAINTAINER= packages@netbsd.org -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk NO_BUILD= yes USE_X11= yes post-patch: - ( cd ${WRKSRC} ; ${SED} 's|/usr/local|'${PREFIX}'|g' \ + ( cd ${WRKSRC} ; ${SED} 's|@PREFIX@|'${PREFIX}'|g' \ <zorro >zorro.BAK ; ${MV} zorro.BAK zorro ) do-install: |