diff options
author | mat <mat@FreeBSD.org> | 2016-07-04 21:23:53 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-04 21:23:53 +0800 |
commit | 36f21ac597f43885eb8f6e04328339f3c1217c41 (patch) | |
tree | d340769cd16beb6fef330dcd868082c1417519af /audio | |
parent | d977e67d7c83c14a96a5e890acdb5ed2a92b6312 (diff) | |
download | freebsd-ports-gnome-36f21ac597f43885eb8f6e04328339f3c1217c41.tar.gz freebsd-ports-gnome-36f21ac597f43885eb8f6e04328339f3c1217c41.tar.zst freebsd-ports-gnome-36f21ac597f43885eb8f6e04328339f3c1217c41.zip |
Update MASTER_SITES, minor cleanup.
PR: 210788
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Diffstat (limited to 'audio')
-rw-r--r-- | audio/autozen/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/autozen/Makefile b/audio/autozen/Makefile index 850695ca739f..f1f81efbc7fe 100644 --- a/audio/autozen/Makefile +++ b/audio/autozen/Makefile @@ -5,16 +5,14 @@ PORTNAME= autozen PORTVERSION= 2.1 PORTREVISION= 7 CATEGORIES= audio -MASTER_SITES= http://www.sourcefiles.org/Miscellaneous/ +MASTER_SITES= http://www.linuxlabs.com/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Adjust brain waves with sound LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 OPTIONS_DEFINE= DOCS @@ -45,7 +43,7 @@ post-patch: s|share/AutoZen|${DATADIR_REL}| ; \ s|gtk-config|$${GTK_CONFIG}|g ; \ s|$$(CC) seq2wav|$$(CC) $$(CFLAGS) seq2wav| ; \ - s|-pthread|-lm -pthread|g' \ + s|-pthread|-lm|' \ ${WRKSRC}/Makefile do-install: |