diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 03:31:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 03:31:13 +0000 |
commit | 97252feec2ae1381685c6e13033d87d10b040ff8 (patch) | |
tree | 98e068cef0f6d2ae6a15fdf816bac23c0d68797d /audio/ascd | |
parent | 0829e5457ab2b8a292abc22cba6d06c5489df819 (diff) |
Notes
Diffstat (limited to 'audio/ascd')
-rw-r--r-- | audio/ascd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/ascd/Makefile b/audio/ascd/Makefile index ef0c124b11dc..623d27bfcfde 100644 --- a/audio/ascd/Makefile +++ b/audio/ascd/Makefile @@ -9,14 +9,14 @@ PORTNAME= ascd PORTVERSION= 0.13.2 PORTREVISION= 1 CATEGORIES= audio afterstep windowmaker -MASTER_SITES= http://worldserver.oleane.com/rsn/Archives/ -DISTFILES= ${DISTNAME}-src.tgz ${DATAFILES} +MASTER_SITES= http://www.sourcefiles.org/Multimedia/Audio_CD/Other_X11/ \ + AFTERSTEP/stable/rpms/misc-tarballs/:theme +DISTFILES= ${DISTNAME}-src.tgz ${DATAFILES}:theme MAINTAINER= ports@FreeBSD.org COMMENT= A dockable cd player for AfterStep or WindowMaker -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 +LICENSE= BSD LIB_DEPENDS= workman.1:${PORTSDIR}/audio/libworkman |