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/wmmp | |
parent | 74489ba18d448cba23df3964a916d5d92aafbefc (diff) |
Notes
Diffstat (limited to 'audio/wmmp')
-rw-r--r-- | audio/wmmp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/wmmp/Makefile b/audio/wmmp/Makefile index 4406400bbc40..c450a48bf6e4 100644 --- a/audio/wmmp/Makefile +++ b/audio/wmmp/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: WMmp -# Date created: 09 November 2010 -# Whom: Peter Vereshagin <peter@vereshagin.org> -# +# Created by: Peter Vereshagin <peter@vereshagin.org> # $FreeBSD$ PORTNAME= WMmp @@ -14,6 +11,7 @@ COMMENT= Window Maker Dockapp for MusicPD GNU_CONFIGURE= yes USE_XORG= x11 xpm +NO_STAGE= yes PLIST_FILES= bin/WMmp MAN1= WMmp.1 |