diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-02-21 23:41:43 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-02-21 23:41:43 +0000 |
commit | 687334518e4c4dc29b00d26952e00aafc7421853 (patch) | |
tree | 746128b60d81de63e36dc8cd16378336dfe85f9c /sysutils/open/Makefile | |
parent | 5ba3e657b50527cf46c529b90e3bb4bc46998e85 (diff) | |
download | ports-687334518e4c4dc29b00d26952e00aafc7421853.tar.gz ports-687334518e4c4dc29b00d26952e00aafc7421853.zip |
Notes
Diffstat (limited to 'sysutils/open/Makefile')
-rw-r--r-- | sysutils/open/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/open/Makefile b/sysutils/open/Makefile index 2fd491a43e2e..a2c727543af2 100644 --- a/sysutils/open/Makefile +++ b/sysutils/open/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.4 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.hs-niederrhein.de/pub/linux/src/ \ ftp://ftp.uni-bremen.de/pub/mirrors/sunsite/utils/console/ \ - ftp://ftp.anu.edu.au/sunsite/mnt/disk1/linux/metalab/utils/console/ + ${MASTER_SITE_LOCAL:S^$^fjoe/^} MAINTAINER= fjoe@FreeBSD.org COMMENT= Open opens a new vt and runs a command on it |