diff options
author | steve <steve@FreeBSD.org> | 1999-06-07 00:30:18 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-07 00:30:18 +0800 |
commit | 37b0689afd35fc4c04fe2abd3b04b4fba7277f5b (patch) | |
tree | 9e7a3a33538a13ac6ceaf2d1711b7e58a2cf29ac /japanese/emacs-manual/Makefile | |
parent | 5926bca55c1e40695493655d5293400e3afc7790 (diff) | |
download | freebsd-ports-gnome-37b0689afd35fc4c04fe2abd3b04b4fba7277f5b.tar.gz freebsd-ports-gnome-37b0689afd35fc4c04fe2abd3b04b4fba7277f5b.tar.zst freebsd-ports-gnome-37b0689afd35fc4c04fe2abd3b04b4fba7277f5b.zip |
Fix distfile Fennerage.
PR: 11878
Submitted by: maintainer
Diffstat (limited to 'japanese/emacs-manual/Makefile')
-rw-r--r-- | japanese/emacs-manual/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/emacs-manual/Makefile b/japanese/emacs-manual/Makefile index ac5a54887a75..43cad43d651a 100644 --- a/japanese/emacs-manual/Makefile +++ b/japanese/emacs-manual/Makefile @@ -3,21 +3,21 @@ # Date created: 14 April 1999 # Whom: OKAZAKI Tetsurou # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/19 13:23:56 taoka Exp $ # DISTNAME= emacs-20.3-man-jp PKGNAME= ja-emacs-manual-13.1998.11.25 CATEGORIES= japanese -MASTER_SITES= http://www.ascii.co.jp/pub/GNU/ -DISTFILES= ${EXTRACT_ONLY} ${EMACS_ARC} +MASTER_SITES= ftp://ftp.ascii.co.jp/pub/GNU/ +EXTRACT_SUFX= .tgz MAINTAINER= okazaki@be.to -BUILD_DEPENDS= emacs-20.3:${PORTSDIR}/editors/emacs20 - -EXTRACT_ONLY= ${DISTNAME}.tgz +BUILD_DEPENDS= emacs-20.3:${PORTSDIR}/editors/emacs20 \ + /nonexistent:${PORTSDIR}/editors/emacs20:fetch +# EMACS_ARC is fetched by BUILD_DEPENDS EMACS_DISTNAME= emacs-20.3 EMACS_ARC= ${EMACS_DISTNAME}.tar.gz EMACS_SRCDIR= ${WRKDIR}/${EMACS_DISTNAME} |