diff options
author | steve <steve@FreeBSD.org> | 1999-12-25 09:39:47 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-25 09:39:47 +0800 |
commit | 52ad854c65934139dadc3497979d80fac50bb153 (patch) | |
tree | aa9ac43814ecea2e733da4fab728da998c3560b6 /astro/saoimage/Makefile | |
parent | 94ebbc4ca7b98298df8e834fc9cd5ffca822cb07 (diff) | |
download | freebsd-ports-gnome-52ad854c65934139dadc3497979d80fac50bb153.tar.gz freebsd-ports-gnome-52ad854c65934139dadc3497979d80fac50bb153.tar.zst freebsd-ports-gnome-52ad854c65934139dadc3497979d80fac50bb153.zip |
Update to version 1.26.
PR: 15559
Submitted by: Alexander Langer <alex@big.endian.de>
Diffstat (limited to 'astro/saoimage/Makefile')
-rw-r--r-- | astro/saoimage/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/astro/saoimage/Makefile b/astro/saoimage/Makefile index 292992775441..b54a93d93d70 100644 --- a/astro/saoimage/Makefile +++ b/astro/saoimage/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: saoimage -# Version required: 1.22 +# Version required: 1.26.10 # Date created: 21 Feb 1998 # Whom: giffunip@asme.org # # $FreeBSD$ # -DISTNAME= saoimage-1.22 +DISTNAME= saoimage-1.26.10 CATEGORIES= astro -MASTER_SITES= ftp://cfa-ftp.harvard.edu/pub/gsc/SAOimage/Old/ +MASTER_SITES= ftp://cfa-ftp.harvard.edu/pub/gsc/SAOimage/ MAINTAINER= giffunip@asme.org @@ -19,8 +19,6 @@ INSTALL_TARGET= -f makefile.$(ALL_TARGET) install_saobin install_saoman MANL= saoimage.l USE_X_PREFIX= yes -pre-patch: - $(CP) $(WRKSRC)/makefile.sun $(WRKSRC)/makefile.$(ALL_TARGET) pre-build: @(cd ${WRKSRC}/btnlib; ${MAKE}) post-install: |