diff options
author | jlam <jlam> | 2002-02-25 04:47:21 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-02-25 04:47:21 +0000 |
commit | 290ef71473ab54818a5f58b3d2418c1faf6e661a (patch) | |
tree | ee8f93aee9b637d1f9475eb86c6e9744c2366f35 /misc | |
parent | 66de85b84019ac0bdb4d136ce351391263ed7bbb (diff) | |
download | pkgsrc-290ef71473ab54818a5f58b3d2418c1faf6e661a.tar.gz |
Use the default EXTRACT_CMD instead of a hand-crafted one, as the default
is sufficient.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/astrolog/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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} |