diff options
author | steve <steve@FreeBSD.org> | 2001-06-18 02:29:45 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-06-18 02:29:45 +0800 |
commit | a659f60682d7f649be35993db9e0591b1aa5b3bb (patch) | |
tree | 0a24ca02e3ecbb7bf320ce4214a57896a19e0944 /astro/tkseti/Makefile | |
parent | ff3bd4824ddf54cbad96d8165ca7e23665176ea2 (diff) | |
download | freebsd-ports-gnome-a659f60682d7f649be35993db9e0591b1aa5b3bb.tar.gz freebsd-ports-gnome-a659f60682d7f649be35993db9e0591b1aa5b3bb.tar.zst freebsd-ports-gnome-a659f60682d7f649be35993db9e0591b1aa5b3bb.zip |
Update to version 3.02.
PR: 28037
Submitted by: maintainer
Diffstat (limited to 'astro/tkseti/Makefile')
-rw-r--r-- | astro/tkseti/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/astro/tkseti/Makefile b/astro/tkseti/Makefile index 83b85345ad9f..ef38596a258c 100644 --- a/astro/tkseti/Makefile +++ b/astro/tkseti/Makefile @@ -6,25 +6,26 @@ # PORTNAME= tkseti -PORTVERSION= 2.12 -CATEGORIES= astro tk82 +PORTVERSION= 3.04 +CATEGORIES= astro tk83 MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkseti/ -MAINTAINER= brett@peloton.runet.edu +MAINTAINER= petef@databits.net -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ +RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \ setiathome:${PORTSDIR}/astro/setiathome NO_BUILD= yes +MAN1= tkseti.1 + do-install: - ${MKDIR} ${PREFIX}/share/doc/tkseti ${INSTALL_SCRIPT} ${WRKSRC}/tkseti ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/tkseti.1 ${PREFIX}/man/man1 +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/tkseti ${INSTALL_DATA} ${WRKSRC}/DOC ${PREFIX}/share/doc/tkseti/DOC ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tkseti/README - -post-install: - @${ECHO} "Please read the documentation for tkseti located in" - @${ECHO} "${PREFIX}/share/doc/tkseti/DOC and ${PREFIX}/share/doc/tkseti/README." +.endif .include <bsd.port.mk> |