diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
commit | 0068f2d47fabca8b05218243fb099000a6413c86 (patch) | |
tree | b8fd4b8a52985538fae79abf3fc275d83a2b9feb /textproc/mkcatalog | |
parent | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (diff) |
Notes
Diffstat (limited to 'textproc/mkcatalog')
-rw-r--r-- | textproc/mkcatalog/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/mkcatalog/Makefile b/textproc/mkcatalog/Makefile index ee3abd98f1ef..a0df9945a619 100644 --- a/textproc/mkcatalog/Makefile +++ b/textproc/mkcatalog/Makefile @@ -1,11 +1,5 @@ -# New ports collection makefile for: mkcatalog -# Date created: 26 Oct 2000 -# Whom: shige -# +# Created by: shige # $FreeBSD$ -# -# This port is self contained in the src directory. -# PORTNAME= mkcatalog PORTVERSION= 1.1 @@ -24,6 +18,7 @@ SCRIPTS_ENV= CONFIGURE_TARGETS=${CONFIGURE_TARGETS} SRC= ${.CURDIR}/src CONFIGURE_TARGETS= mkcatalog +NO_STAGE= yes do-fetch: @${DO_NADA} |