diff options
author | pat <pat@FreeBSD.org> | 2002-06-12 15:33:12 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-12 15:33:12 +0000 |
commit | d0d23a0798034e82e97db474686590332cfd0d8f (patch) | |
tree | 1b5f64af20c716bf2a4838b443db1051a4f7825d /emulators | |
parent | 2070c2046c7ea5b618d4ba1f6eacbe4384924ff1 (diff) | |
download | FreeBSD-ports-d0d23a0798034e82e97db474686590332cfd0d8f.zip FreeBSD-ports-d0d23a0798034e82e97db474686590332cfd0d8f.tar.gz |
MASTER_SITES been fixed so take out hardcoding of FETCH_CMD.
PR: ports/39195
Submitted by: maintainer
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xzx/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index 337fef2..c8355e9 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -22,9 +22,6 @@ USE_MOTIF= yes USE_XPM= yes USE_X_PREFIX= yes -# Hardcoding FETCH_CMD is necessary since -A argument causes problems -FETCH_CMD= /usr/bin/fetch - # License forbids redistribution NO_CDROM= Redistribution forbidden by license NO_PACKAGE= Redistribution forbidden by license |