diff options
author | martin <martin@pkgsrc.org> | 2000-10-05 09:23:07 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2000-10-05 09:23:07 +0000 |
commit | 6338154d7e357406b06271e53fc2f7646abeb5ab (patch) | |
tree | 91eb60326abaa76e5700f4bb601bab79f66d5074 /editors/xemacs-packages/Makefile | |
parent | e99e7432bfb55c85a5b608893e5938d80d16634f (diff) | |
download | pkgsrc-6338154d7e357406b06271e53fc2f7646abeb5ab.tar.gz |
Some distfiles on xemacs.org have changed in-place.
Move distfiles to a different location and bump pkg version number
(as suggested by agc).
Diffstat (limited to 'editors/xemacs-packages/Makefile')
-rw-r--r-- | editors/xemacs-packages/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile index 308d83b75fc..6c1aa876c58 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-packages/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2000/03/08 21:49:30 tron Exp $ +# $NetBSD: Makefile,v 1.9 2000/10/05 09:23:07 martin Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1999/06/22 22:16:53 gj Exp DISTNAME= xemacs-packages -PKGNAME= xemacs-packages-1.3 +PKGNAME= xemacs-packages-1.4 CATEGORIES= editors MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/packages/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/packages/ \ @@ -26,7 +26,7 @@ HOMEPAGE= http://www.xemacs.org/ DEPENDS+= xemacs-21.1.9:../../editors/xemacs -DIST_SUBDIR= xemacs +DIST_SUBDIR= ${PKGNAME} EXTRACT_ONLY= # empty NO_BUILD= yes WRKSRC= ${WRKDIR} |