diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /audio/p5-Xmms/Makefile | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
Notes
Diffstat (limited to 'audio/p5-Xmms/Makefile')
-rw-r--r-- | audio/p5-Xmms/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/p5-Xmms/Makefile b/audio/p5-Xmms/Makefile index 955af1af9ec2..c82729c5e93b 100644 --- a/audio/p5-Xmms/Makefile +++ b/audio/p5-Xmms/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms \ ${site_perl}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \ ${site_perl}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl -site_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +site_perl= ${SITE_PERL} PERL_CONFIGURE= YES @@ -28,6 +28,5 @@ MAN3= Xmms::Remote.3 \ Xmms::SongChange.3 \ Xmms.3 \ Bundle::Xmms.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> |