From dc51d2a7cc6c408a4dcf3d9ec67dbf90c05f6c8e Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Wed, 8 Apr 2015 21:51:42 +0000 Subject: [PATCH] - remove do_nada from fetch target --- textproc/mkcatalog/Makefile | 4 +--- 1 file changed, 1 insertion(+), 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}