diff options
Diffstat (limited to 'archivers/mscompress/Makefile')
-rw-r--r-- | archivers/mscompress/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/mscompress/Makefile b/archivers/mscompress/Makefile index 7654856bc7c3..cf0349343b7d 100644 --- a/archivers/mscompress/Makefile +++ b/archivers/mscompress/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: mscompress -# Date created: 15 Apr 2000 -# Whom: Patrick Seal <patseal@hyperhost.net> -# +# Created by: Patrick Seal <patseal@hyperhost.net> # $FreeBSD$ -# PORTNAME= mscompress PORTVERSION= 0.3 @@ -16,6 +12,7 @@ COMMENT= Microsoft "compress.exe/expand.exe" compatible (de)compressor USE_BZIP2= yes HAS_CONFIGURE= yes +NO_STAGE= yes MAN1= mscompress.1 msexpand.1 |