diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-07 13:28:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-07 13:28:40 +0000 |
commit | ff23f0e7cb54ab6d7451200b6b0d2beaab81eff7 (patch) | |
tree | 089ff40221d3aac5b422d522d16391604b781857 /astro | |
parent | 3a9502b54f00afcbb1e6bfce633eb5328271d79b (diff) | |
download | ports-ff23f0e7cb54ab6d7451200b6b0d2beaab81eff7.tar.gz ports-ff23f0e7cb54ab6d7451200b6b0d2beaab81eff7.zip |
Notes
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 |