diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-03 04:07:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-03 04:07:49 +0000 |
commit | 45152138251953ac7c27e0ea68d255a8aba47e56 (patch) | |
tree | 2505baef072170c51dc576918112b886b003f8db /misc/astrolog | |
parent | 70f194a8b5ed04200d5260a74c19379437f48e2e (diff) | |
download | ports-45152138251953ac7c27e0ea68d255a8aba47e56.tar.gz ports-45152138251953ac7c27e0ea68d255a8aba47e56.zip |
Notes
Diffstat (limited to 'misc/astrolog')
-rw-r--r-- | misc/astrolog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 41994a46e958..c1e4e4495313 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -7,7 +7,7 @@ # Date created: 31 July 1995 # Whom: faulkner@cactus.org # -# $Id: Makefile,v 1.4 1996/07/14 07:28:54 ache Exp $ +# $Id: Makefile,v 1.5 1996/11/11 05:49:12 obrien Exp $ # DISTNAME= astrolog-5.20 @@ -27,7 +27,7 @@ EPHEM= lrz5_24 chi_24 cpjv_24 post-extract: cd ${WRKSRC}/..; \ for i in ${EPHEM}; do \ - zcat ${DISTDIR}/$$i.gz > \ + zcat ${DISTDIR}/${DIST_SUBDIR}/$$i.gz > \ `echo $$i | tr '[:lower:]' '[:upper:]'`; \ done |