diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 21:11:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 21:11:20 +0800 |
commit | a6bc98f9877906e1ac2f125afcd52cbe49c1dcdf (patch) | |
tree | 3df58c8e85fb6d4d98cd93450b642222e2dd3521 /archivers/macutils | |
parent | b63a7f371c7efe3449abddab083a29c8d8d3d075 (diff) | |
download | freebsd-ports-gnome-a6bc98f9877906e1ac2f125afcd52cbe49c1dcdf.tar.gz freebsd-ports-gnome-a6bc98f9877906e1ac2f125afcd52cbe49c1dcdf.tar.zst freebsd-ports-gnome-a6bc98f9877906e1ac2f125afcd52cbe49c1dcdf.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: archivers)
Diffstat (limited to 'archivers/macutils')
-rw-r--r-- | archivers/macutils/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/macutils/Makefile b/archivers/macutils/Makefile index fb21f7f36eef..16c27d3a0361 100644 --- a/archivers/macutils/Makefile +++ b/archivers/macutils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: macutils -# Date created: 14th April 1997 -# Whom: Joel Sutton <jsutton@bbcon.com.au> -# +# Created by: Joel Sutton <jsutton@bbcon.com.au> # $FreeBSD$ -# PORTNAME= macutils PORTVERSION= 2.0b3 @@ -17,6 +13,7 @@ COMMENT= Utilities for Apple Macintosh files WRKSRC= ${WRKDIR}/${PORTNAME} MAKEFILE= makefile +NO_STAGE= yes MAN1= macunpack.1 hexbin.1 macsave.1 macstream.1 binhex.1 tomac.1 \ frommac.1 macutil.1 |