diff options
author | ale <ale@FreeBSD.org> | 2004-02-01 19:50:27 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-02-01 19:50:27 +0800 |
commit | 77b925b502de1f80c547a4ef02f0e3088796983a (patch) | |
tree | 93c176fb6c6effcf0f3430fe098edf1df4e51e34 /audio | |
parent | 78afc7eedc192e70b75aefad1ef7168ad7e95a49 (diff) | |
download | freebsd-ports-gnome-77b925b502de1f80c547a4ef02f0e3088796983a.tar.gz freebsd-ports-gnome-77b925b502de1f80c547a4ef02f0e3088796983a.tar.zst freebsd-ports-gnome-77b925b502de1f80c547a4ef02f0e3088796983a.zip |
- add SIZE
- remove pkg-plist
- make configure script happy
PR: ports/62126
Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer)
Approved by: nork (mentor/implicitly)
Diffstat (limited to 'audio')
-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 |