From cd3006e8a84099700301f63269b7b58bd0b66b2e Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Mon, 10 May 2004 14:29:06 +0000 Subject: 1. Add CONFIGURE_TARGET to fix warning in configure scheme. 2. Move pkg-files list to Makefile and remove pkg-plist. Submitted by: osa --- audio/mpg321/Makefile | 3 +++ audio/mpg321/pkg-plist | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 audio/mpg321/pkg-plist (limited to 'audio/mpg321') diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile index 9dc930eccbec..86dd7eabefca 100644 --- a/audio/mpg321/Makefile +++ b/audio/mpg321/Makefile @@ -20,10 +20,13 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ mad.2:${PORTSDIR}/audio/libmad GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-mpg123-symlink CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= mpg321.1 +PLIST_FILES= bin/mpg321 + .include diff --git a/audio/mpg321/pkg-plist b/audio/mpg321/pkg-plist deleted file mode 100644 index fde572786b2f..000000000000 --- a/audio/mpg321/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@comment $FreeBSD$ -bin/mpg321 -- cgit v1.2.3