diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-10 10:16:50 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-10 10:16:50 +0000 |
commit | 4b9829c53353c3207439305da8cc8573f8163417 (patch) | |
tree | 008c8d86a841704aa4f5be71292f6e49645f753b /audio/napster | |
parent | 0826a8f01d6459fd86dca27702d1af2d24a1e859 (diff) |
Notes
Diffstat (limited to 'audio/napster')
-rw-r--r-- | audio/napster/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/napster/Makefile b/audio/napster/Makefile index b4c71399b02d..903d7ab34278 100644 --- a/audio/napster/Makefile +++ b/audio/napster/Makefile @@ -7,12 +7,14 @@ PORTNAME= nap PORTVERSION= 1.5.3 -CATEGORIES= audio net +CATEGORIES+= audio net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nap -MAINTAINER= petef@FreeBSD.org -COMMENT= An MP3 sharing, search, and chat client for the OpenNAP network +MAINTAINER?= petef@FreeBSD.org +COMMENT?= An MP3 sharing, search, and chat client for the OpenNAP network + +CONFLICTS?= ru-nap-* GNU_CONFIGURE= yes USE_REINPLACE= yes |