From 290ef71473ab54818a5f58b3d2418c1faf6e661a Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 25 Feb 2002 04:47:21 +0000 Subject: Use the default EXTRACT_CMD instead of a hand-crafted one, as the default is sufficient. --- misc/astrolog/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index f5db0f160ae..f7b6a275084 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/09/09 20:36:36 agc Exp $ +# $NetBSD: Makefile,v 1.17 2002/02/25 04:47:22 jlam Exp $ # FreeBSD Id: Makefile,v 1.12 1997/08/10 22:31:15 fenner Exp # @@ -20,10 +20,11 @@ NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} EPHEM= LRZ5_24 CHI_24 CPJV_24 +EXTRACT_ONLY= ${DISTNAME}.shr +EXTRACT_CMD= ${EXTRACT_CMD.shar} USE_X11BASE= yes -EXTRACT_CMD= ${SH} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.shr DIST_SUBDIR= astrolog ALL_TARGET= astrolog WRKSRC= ${WRKDIR} -- cgit v1.2.3