diff options
Diffstat (limited to 'archivers/stuffit/Makefile')
-rw-r--r-- | archivers/stuffit/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile index 3146b55c8e56..4c12e28af5ce 100644 --- a/archivers/stuffit/Makefile +++ b/archivers/stuffit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: stuffit -# Date created: 12 Dec 2001 -# Whom: Nathan Ahlstrom <nra@FreeBSD.org> -# +# Created by: Nathan Ahlstrom <nra@FreeBSD.org> # $FreeBSD$ -# PORTNAME= stuffit PORTVERSION= 5.2.0.611 @@ -19,6 +15,7 @@ RESTRICTED= Only unmodified original package can be distributed ONLY_FOR_ARCHS= i386 amd64 +NO_STAGE= yes USE_LINUX= yes NO_WRKSUBDIR= yes STUFFIT_FILES= bin/unstuff bin/stuff |