diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-01 14:39:18 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-01 14:39:18 +0800 |
commit | 3e839fced03911e060519db070ef0b74a8f453d5 (patch) | |
tree | 58839ba4c2c0d7dad468b2a8f8430d225f909a6b /audio | |
parent | 8c1e758bbd2d733cd1522404a3cb69077926ee68 (diff) | |
download | freebsd-ports-gnome-3e839fced03911e060519db070ef0b74a8f453d5.tar.gz freebsd-ports-gnome-3e839fced03911e060519db070ef0b74a8f453d5.tar.zst freebsd-ports-gnome-3e839fced03911e060519db070ef0b74a8f453d5.zip |
Remove do-configure section, use PERL_CONFIGURE now.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio-CD/Makefile | 6 | ||||
-rw-r--r-- | audio/p5-MP3-ID3v1Tag/Makefile | 1 | ||||
-rw-r--r-- | audio/p5-MP3-Info/Makefile | 1 | ||||
-rw-r--r-- | audio/p5-MPEG-ID3v2Tag/Makefile | 1 | ||||
-rw-r--r-- | audio/p5-Xmms/Makefile | 6 |
5 files changed, 2 insertions, 13 deletions
diff --git a/audio/p5-Audio-CD/Makefile b/audio/p5-Audio-CD/Makefile index 22a4ba85fa0b..dc00d9f6fd00 100644 --- a/audio/p5-Audio-CD/Makefile +++ b/audio/p5-Audio-CD/Makefile @@ -16,13 +16,9 @@ MAINTAINER= roman@xpert.com LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio -USE_PERL5= YES +PERL_CONFIGURE= YES MAN3= Audio::CD.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - .include <bsd.port.mk> diff --git a/audio/p5-MP3-ID3v1Tag/Makefile b/audio/p5-MP3-ID3v1Tag/Makefile index fcde082c00f6..635a504d454d 100644 --- a/audio/p5-MP3-ID3v1Tag/Makefile +++ b/audio/p5-MP3-ID3v1Tag/Makefile @@ -14,7 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= leo@florida.sarang.net -USE_PERL5= yes PERL_CONFIGURE= yes MAN3= MP3::ID3v1Tag.3 diff --git a/audio/p5-MP3-Info/Makefile b/audio/p5-MP3-Info/Makefile index 3e523a34eeeb..d27dbfec5820 100644 --- a/audio/p5-MP3-Info/Makefile +++ b/audio/p5-MP3-Info/Makefile @@ -14,7 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= leo@florida.sarang.net -USE_PERL5= yes PERL_CONFIGURE= yes MAN3= MP3::Info.3 MPEG::MP3Info.3 diff --git a/audio/p5-MPEG-ID3v2Tag/Makefile b/audio/p5-MPEG-ID3v2Tag/Makefile index ebeedfdf9220..5b7f52afa863 100644 --- a/audio/p5-MPEG-ID3v2Tag/Makefile +++ b/audio/p5-MPEG-ID3v2Tag/Makefile @@ -14,7 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -USE_PERL5= yes PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/audio/p5-Xmms/Makefile b/audio/p5-Xmms/Makefile index 581517d6f32b..121d94ecd5c8 100644 --- a/audio/p5-Xmms/Makefile +++ b/audio/p5-Xmms/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= xmms:${PORTSDIR}/audio/xmms \ site_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -USE_PERL5= YES +PERL_CONFIGURE= YES MAN3= Xmms::Remote.3 \ Xmms::SongChange.3 \ @@ -29,8 +29,4 @@ MAN3= Xmms::Remote.3 \ Bundle::Xmms.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - .include <bsd.port.mk> |