diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 01:53:50 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 01:53:50 +0000 |
commit | ebaf9532e233b1205b4b2e4fe3a63ba0e5337b3d (patch) | |
tree | 7d221f047b8aa5d34d6e7545c57e4b96b28d2959 /audio/timidity/Makefile | |
parent | 899ab41c7bfc222f3c1e31de185612b45503b78f (diff) | |
download | FreeBSD-ports-ebaf9532e233b1205b4b2e4fe3a63ba0e5337b3d.zip FreeBSD-ports-ebaf9532e233b1205b4b2e4fe3a63ba0e5337b3d.tar.gz |
Can't fetch the distfile and remove empty directories on deinstall.
Diffstat (limited to 'audio/timidity/Makefile')
-rw-r--r-- | audio/timidity/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index add6072..43dabd7 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -4,7 +4,7 @@ # Date created: 17 Nov 1996 # Whom: ache # -# $Id: Makefile,v 1.6 1998/02/02 11:47:35 jseger Exp $ +# $Id: Makefile,v 1.7 1998/06/16 16:04:51 ache Exp $ # DISTNAME= timidity-0.2i @@ -16,6 +16,8 @@ DISTFILES= ${TIINS} ${DISTNAME}.tar.gz MAINTAINER= ache@FreeBSD.ORG +BROKEN= fetch + NO_CDROM= "Uses copyrighted patches" BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip |