diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
commit | 183c2ed74f9ba597bfdcd691c599804d7f5a3e4c (patch) | |
tree | c26e051ce9bb507a30f037e71492dd46999e8dee /audio/napster/Makefile | |
parent | 74489ba18d448cba23df3964a916d5d92aafbefc (diff) |
Notes
Diffstat (limited to 'audio/napster/Makefile')
-rw-r--r-- | audio/napster/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/napster/Makefile b/audio/napster/Makefile index 4e420301f12e..6ee01d44c331 100644 --- a/audio/napster/Makefile +++ b/audio/napster/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: napster -# Date created: Thu Nov 18 01:07:00 PST 1999 -# Whom: dburr@FreeBSD.org -# +# Created by: dburr@FreeBSD.org # $FreeBSD$ -# PORTNAME= nap PORTVERSION= 1.5.4 @@ -16,6 +12,7 @@ COMMENT?= An MP3 sharing, search, and chat client for the OpenNAP network CONFLICTS?= ru-nap-* GNU_CONFIGURE= yes +NO_STAGE= yes MAN1= nap.1 |