diff options
Diffstat (limited to 'sysutils/slst/Makefile')
-rw-r--r-- | sysutils/slst/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/slst/Makefile b/sysutils/slst/Makefile index 377109f..669a8b7 100644 --- a/sysutils/slst/Makefile +++ b/sysutils/slst/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: slst -# Date created: 22 January 2006 -# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> -# +# Created by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> # $FreeBSD$ -# PORTNAME= slst PORTVERSION= 0.2 @@ -18,4 +14,5 @@ ALL_TARGET= all PLIST_FILES= bin/slst +NO_STAGE= yes .include <bsd.port.mk> |