diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 13:11:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 13:11:20 +0000 |
commit | b80ec3e2040420e34becd0d1075ef6d7cc71b85d (patch) | |
tree | 3df58c8e85fb6d4d98cd93450b642222e2dd3521 /archivers/arc | |
parent | 611351f6964917a2f81776a5a248120464e7496d (diff) |
Notes
Diffstat (limited to 'archivers/arc')
-rw-r--r-- | archivers/arc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile index 88eeea25cf5c..466a489d8456 100644 --- a/archivers/arc/Makefile +++ b/archivers/arc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: arc -# Date created: 31 Dec 1994 -# Whom: ache -# +# Created by: ache # $FreeBSD$ -# PORTNAME= arc PORTVERSION= 5.21p @@ -13,6 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= delphij@FreeBSD.org COMMENT= Create & extract files from DOS .ARC files +NO_STAGE= yes PLIST_FILES= bin/arc bin/marc PORTDOCS= Arc521.doc MAN1= arc.1 |