diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-03-29 23:29:04 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-03-29 23:29:04 +0000 |
commit | 847e9971c8b146a47bd1a67d159c4537502520b9 (patch) | |
tree | c9db549704898b41ccee87c98154c423523be216 /audio/napster | |
parent | 2f32ae485a1151685999bc8c989e94272a427ad0 (diff) | |
download | ports-847e9971c8b146a47bd1a67d159c4537502520b9.tar.gz ports-847e9971c8b146a47bd1a67d159c4537502520b9.zip |
Notes
Diffstat (limited to 'audio/napster')
-rw-r--r-- | audio/napster/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/napster/Makefile b/audio/napster/Makefile index 800bb606e3a4..a7d7c303c039 100644 --- a/audio/napster/Makefile +++ b/audio/napster/Makefile @@ -8,12 +8,13 @@ PORTNAME= napster PORTVERSION= 1.4.4 CATEGORIES= audio net -MASTER_SITES= http://download.sourceforge.net/nap/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= nap DISTNAME= nap-${PORTVERSION} MAINTAINER= dburr@FreeBSD.org -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes pre-install: ${MKDIR} ${PREFIX}/share/nap |