diff options
author | Donald Burr <dburr@FreeBSD.org> | 1999-12-30 08:11:34 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1999-12-30 08:11:34 +0000 |
commit | 44315c7883532efc02fd42e7cc45b495cb009787 (patch) | |
tree | 35bde9662bf22d1a4d617552feb3a41728806083 /audio | |
parent | 43bf4367849701ee2c81879ccfe106651947a9be (diff) | |
download | ports-44315c7883532efc02fd42e7cc45b495cb009787.tar.gz ports-44315c7883532efc02fd42e7cc45b495cb009787.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/napster/Makefile | 14 | ||||
-rw-r--r-- | audio/napster/distinfo | 2 | ||||
-rw-r--r-- | audio/napster/files/md5 | 2 |
3 files changed, 10 insertions, 8 deletions
diff --git a/audio/napster/Makefile b/audio/napster/Makefile index 3339f939097c..cd3ba77b5118 100644 --- a/audio/napster/Makefile +++ b/audio/napster/Makefile @@ -1,26 +1,28 @@ # New ports collection makefile for: napster -# Version required: 0.8BETA +# Version required: 0.9BETA # Date created: Thu Nov 18 01:07:00 PST 1999 # Whom: dburr@FreeBSD.org # # $FreeBSD$ # -DISTNAME= nap-linux-0.8BETA -PKGNAME= napster-0.8b +DISTNAME= nap-bsd-0.9BETA +PKGNAME= napster-0.9b CATEGORIES= audio net MASTER_SITES= http://www.gis.net/~nite/ MAINTAINER= dburr@FreeBSD.org -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base +# leaving this here, in case they decide to drop the BSD version again *sigh* +# RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/nap NO_BUILD= yes -do-patch: - brandelf -t Linux ${WRKSRC}/nap +# leaving this here in case they decide to drop the BSD version again *sigh* +# do-patch: +# brandelf -t Linux ${WRKSRC}/nap do-install: ${INSTALL} -c -o root -g wheel -m 555 ${WRKSRC}/nap ${PREFIX}/bin/nap diff --git a/audio/napster/distinfo b/audio/napster/distinfo index 8224c39ecb16..9490459b1ec2 100644 --- a/audio/napster/distinfo +++ b/audio/napster/distinfo @@ -1 +1 @@ -MD5 (nap-linux-0.8BETA.tar.gz) = e176c811053f70c948eec7f49d6bb97d +MD5 (nap-bsd-0.9BETA.tar.gz) = 3fd3aa290456d33d2a96be1cc82e9edb diff --git a/audio/napster/files/md5 b/audio/napster/files/md5 index 8224c39ecb16..9490459b1ec2 100644 --- a/audio/napster/files/md5 +++ b/audio/napster/files/md5 @@ -1 +1 @@ -MD5 (nap-linux-0.8BETA.tar.gz) = e176c811053f70c948eec7f49d6bb97d +MD5 (nap-bsd-0.9BETA.tar.gz) = 3fd3aa290456d33d2a96be1cc82e9edb |