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/nomarch | |
parent | 611351f6964917a2f81776a5a248120464e7496d (diff) | |
download | ports-b80ec3e2040420e34becd0d1075ef6d7cc71b85d.tar.gz ports-b80ec3e2040420e34becd0d1075ef6d7cc71b85d.zip |
Notes
Diffstat (limited to 'archivers/nomarch')
-rw-r--r-- | archivers/nomarch/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/archivers/nomarch/Makefile b/archivers/nomarch/Makefile index 584f2bb420a0..254a3bd81cdc 100644 --- a/archivers/nomarch/Makefile +++ b/archivers/nomarch/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: nomarch -# Date created: Nov 5, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= nomarch PORTVERSION= 1.4 @@ -13,9 +8,10 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= utils/compress MAINTAINER= gabor@FreeBSD.org -COMMENT= Extracts files from the old `.arc' archive format +COMMENT= Extracts files from the old '.arc' archive format MAN1= nomarch.1 +NO_STAGE= yes PLIST_FILES= bin/nomarch PORTDOCS= COPYING ChangeLog NEWS README TODO |