diff options
Diffstat (limited to 'audio/mp3wrap/Makefile')
-rw-r--r-- | audio/mp3wrap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/mp3wrap/Makefile b/audio/mp3wrap/Makefile index a88cc56b950a..0a05d24f857c 100644 --- a/audio/mp3wrap/Makefile +++ b/audio/mp3wrap/Makefile @@ -16,9 +16,11 @@ MAINTAINER= q@uni.de COMMENT= Utility to merge mp3 files (and other formats) GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= mp3wrap.1 +PLIST_FILES= bin/mp3wrap .include <bsd.port.mk> |