diff options
author | ak <ak@FreeBSD.org> | 2013-04-18 07:40:57 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-18 07:40:57 +0800 |
commit | 14e1ea2145971c3225d563e8a88f04041f230c34 (patch) | |
tree | 9c4a191a0892bf7573188b155f2c19226e759d78 /audio | |
parent | 0306c2c40847d791c973c3cdad5933a7e95451bb (diff) | |
download | freebsd-ports-gnome-14e1ea2145971c3225d563e8a88f04041f230c34.tar.gz freebsd-ports-gnome-14e1ea2145971c3225d563e8a88f04041f230c34.tar.zst freebsd-ports-gnome-14e1ea2145971c3225d563e8a88f04041f230c34.zip |
- Remove USE_GZIP (it's default)
- Remove USE_GO (unused after r296612)
- Convert Makefile headers to new style
Approved by: portmgr (bapt)
Feature safe: yes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wildmidi/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/wildmidi/Makefile b/audio/wildmidi/Makefile index d2cfe01bf943..f8e72c7481bf 100644 --- a/audio/wildmidi/Makefile +++ b/audio/wildmidi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wildmidi -# Date created: 02 Aug 2010 -# Whom: SimaMoto,RyoTa <liangtai.s4@gmail.com> -# +# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com> # $FreeBSD$ -# PORTNAME= wildmidi PORTVERSION= 0.2.3.5 @@ -20,7 +16,6 @@ LICENSE_COMB= multi MAKE_JOBS_UNSAFE= yes -USE_GZIP= yes USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes |