diff options
author | netchild <netchild@FreeBSD.org> | 2004-02-20 23:22:22 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-02-20 23:22:22 +0800 |
commit | 63f0c0aa31003e1319299ecd46f87d8ab9989389 (patch) | |
tree | e659468ef26a3aabac8770a6890c0df7f67c591f /sysutils | |
parent | ea19c34befca792f13b1b65393e1692a360a0e9c (diff) | |
download | freebsd-ports-gnome-63f0c0aa31003e1319299ecd46f87d8ab9989389.tar.gz freebsd-ports-gnome-63f0c0aa31003e1319299ecd46f87d8ab9989389.tar.zst freebsd-ports-gnome-63f0c0aa31003e1319299ecd46f87d8ab9989389.zip |
In case the distfile of cdrdao is not available locally, the slave port
gcdmaster was not able to fetch it.
Submitted by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cdrdao/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index ad8af755bdba..32161655427f 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.1.8 PORTREVISION?= 0 CATEGORIES= sysutils audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= cdrdao DISTNAME= cdrdao-${PORTVERSION} MAINTAINER= marius@alchemy.franken.de |