diff options
author | mharo <mharo@FreeBSD.org> | 2001-03-30 07:29:04 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-03-30 07:29:04 +0800 |
commit | ea7e95b4fb9af777e4e4714c95beae07b6f86c0d (patch) | |
tree | 3f506ee0353c0d9d7de6aed8ebad4417651b0436 /audio | |
parent | fcdfce23786fb6269124acdc910ebab2d4f16ece (diff) | |
download | freebsd-ports-gnome-ea7e95b4fb9af777e4e4714c95beae07b6f86c0d.tar.gz freebsd-ports-gnome-ea7e95b4fb9af777e4e4714c95beae07b6f86c0d.tar.zst freebsd-ports-gnome-ea7e95b4fb9af777e4e4714c95beae07b6f86c0d.zip |
portlint
Diffstat (limited to 'audio')
-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 |