diff options
Diffstat (limited to 'sysutils/wmapm/Makefile')
-rw-r--r-- | sysutils/wmapm/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/wmapm/Makefile b/sysutils/wmapm/Makefile index 5f9753306c0b..a73b2de91afe 100644 --- a/sysutils/wmapm/Makefile +++ b/sysutils/wmapm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmapm -# Date created: 99/07/02 -# Whom: Satoshi TAOKA <taoka@FreeBSD.org> -# +# Created by: Satoshi TAOKA <taoka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= wmapm PORTVERSION= 3.1 @@ -26,4 +22,5 @@ PLIST_FILES= bin/wmapm BINMODE= 2755 BINGRP= operator +NO_STAGE= yes .include <bsd.port.mk> |