diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-05-07 21:28:40 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-05-07 21:28:40 +0800 |
commit | f4186439978598d0bee11ea5f6a23442a3cb6b6e (patch) | |
tree | ed45d2d93664fc714d99946fabb587fbf94696df /astro | |
parent | 077c8104c1f7dfa33e73e947f8d78ee38203c359 (diff) | |
download | freebsd-ports-gnome-f4186439978598d0bee11ea5f6a23442a3cb6b6e.tar.gz freebsd-ports-gnome-f4186439978598d0bee11ea5f6a23442a3cb6b6e.tar.zst freebsd-ports-gnome-f4186439978598d0bee11ea5f6a23442a3cb6b6e.zip |
unbreak by upgrading to 0.1.10
Diffstat (limited to 'astro')
-rw-r--r-- | astro/planets/Makefile | 10 | ||||
-rw-r--r-- | astro/planets/distinfo | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/astro/planets/Makefile b/astro/planets/Makefile index 08e55f007d1f..60d8b5b33714 100644 --- a/astro/planets/Makefile +++ b/astro/planets/Makefile @@ -7,24 +7,24 @@ # PORTNAME= planets -PORTVERSION= 0.1.5 +PORTVERSION= 0.1.10 CATEGORIES= astro -MASTER_SITES= http://planets.homedns.org/dist/${PORTVERSION}/ -DISTNAME= ${PORTNAME} +MASTER_SITES= http://planets.homedns.org/dist/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= An orbital simulator -BROKEN= "Does not compile" - BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml USE_GMAKE= yes ALL_TARGET= ${PORTNAME} +MAN1= planets.1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/planets.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in KEYBINDINGS.txt getting_started.html diff --git a/astro/planets/distinfo b/astro/planets/distinfo index 36205fcbabd6..745bb2609587 100644 --- a/astro/planets/distinfo +++ b/astro/planets/distinfo @@ -1 +1 @@ -MD5 (planets.tgz) = cfa21bc2a8b3e403814c5a4a4118cad3 +MD5 (planets-0.1.10.tgz) = 6f0c0b5c68742e89d25f6048eaaab54b |