aboutsummaryrefslogtreecommitdiff
path: root/textproc/mkcatalog/Makefile
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2015-04-08 21:51:42 +0000
committerJason Helfman <jgh@FreeBSD.org>2015-04-08 21:51:42 +0000
commitdc51d2a7cc6c408a4dcf3d9ec67dbf90c05f6c8e (patch)
tree2eb32b75eb329236274939da052fb419483b00f6 /textproc/mkcatalog/Makefile
parentef47d9661cc71d99d8e6ea9eaeca500d8e9a4d55 (diff)
downloadports-dc51d2a7cc6c408a4dcf3d9ec67dbf90c05f6c8e.tar.gz
ports-dc51d2a7cc6c408a4dcf3d9ec67dbf90c05f6c8e.zip
- remove do_nada from fetch target
Notes
Notes: svn path=/head/; revision=383609
Diffstat (limited to 'textproc/mkcatalog/Makefile')
-rw-r--r--textproc/mkcatalog/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/mkcatalog/Makefile b/textproc/mkcatalog/Makefile
index 9982b8d3f75b..971957489a88 100644
--- a/textproc/mkcatalog/Makefile
+++ b/textproc/mkcatalog/Makefile
@@ -6,6 +6,7 @@ PORTVERSION= 1.1
CATEGORIES= textproc
MASTER_SITES= # none
DISTFILES= # none
+EXTRACT_ONLY= # none
MAINTAINER= ports@FreeBSD.org
COMMENT= Maintenance utility for sgml catalog files
@@ -18,9 +19,6 @@ SCRIPTS_ENV= CONFIGURE_TARGETS=${CONFIGURE_TARGETS}
SRC= ${.CURDIR}/src
CONFIGURE_TARGETS= mkcatalog
-do-fetch:
- @${DO_NADA}
-
pre-configure:
.for f in ${CONFIGURE_TARGETS}
${CP} ${SRC}/${f}.in ${WRKDIR}