diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-01 11:50:27 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-01 11:50:27 +0000 |
commit | 1304e6d53b01c57dbd45c143cfe24a018b641cf6 (patch) | |
tree | 959869a41c2ccf7ea674d716c1bfd98d454bd896 /audio/mp3wrap | |
parent | c86ae533e09bf5ae4a88f23b27248042032d0d03 (diff) | |
download | ports-1304e6d53b01c57dbd45c143cfe24a018b641cf6.tar.gz ports-1304e6d53b01c57dbd45c143cfe24a018b641cf6.zip |
Notes
Diffstat (limited to 'audio/mp3wrap')
-rw-r--r-- | audio/mp3wrap/Makefile | 2 | ||||
-rw-r--r-- | audio/mp3wrap/distinfo | 1 | ||||
-rw-r--r-- | audio/mp3wrap/pkg-plist | 1 |
3 files changed, 3 insertions, 1 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> diff --git a/audio/mp3wrap/distinfo b/audio/mp3wrap/distinfo index bb3107879947..82cb5c0bec92 100644 --- a/audio/mp3wrap/distinfo +++ b/audio/mp3wrap/distinfo @@ -1 +1,2 @@ MD5 (mp3wrap-0.5-src.tar.gz) = 096b46295cbe3ee2f02ca7792517dc36 +SIZE (mp3wrap-0.5-src.tar.gz) = 113008 diff --git a/audio/mp3wrap/pkg-plist b/audio/mp3wrap/pkg-plist deleted file mode 100644 index c536fb69b52c..000000000000 --- a/audio/mp3wrap/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mp3wrap |