diff options
-rw-r--r-- | audio/mpg321/Makefile | 3 | ||||
-rw-r--r-- | audio/mpg321/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
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 <bsd.port.mk> 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 |