diff options
author | pav <pav@FreeBSD.org> | 2004-01-31 05:06:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-31 05:06:01 +0800 |
commit | 889dad2249417bf5d51fda7943359f660b446f47 (patch) | |
tree | c648d9240e682eb5b56d42414f17f6e6c8481b2e /editors/tpad | |
parent | 3dbc4a41b06110624a2c34133fe7b34014363a50 (diff) | |
download | freebsd-ports-gnome-889dad2249417bf5d51fda7943359f660b446f47.tar.gz freebsd-ports-gnome-889dad2249417bf5d51fda7943359f660b446f47.tar.zst freebsd-ports-gnome-889dad2249417bf5d51fda7943359f660b446f47.zip |
- Update to 1.2
PR: ports/62100
Submitted by: Antonio Bonifati <ant@venus.deis.unical.it> (maintainer)
Diffstat (limited to 'editors/tpad')
-rw-r--r-- | editors/tpad/Makefile | 10 | ||||
-rw-r--r-- | editors/tpad/distinfo | 2 | ||||
-rw-r--r-- | editors/tpad/pkg-plist | 1 |
3 files changed, 10 insertions, 3 deletions
diff --git a/editors/tpad/Makefile b/editors/tpad/Makefile index 0a8941e51727..2affc5c2ad59 100644 --- a/editors/tpad/Makefile +++ b/editors/tpad/Makefile @@ -6,13 +6,13 @@ # PORTNAME= tpad -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= editors tcl84 tk84 MASTER_SITES= http://monitor.deis.unical.it/ant/tpad/ \ http://queen.rett.polimi.it/~ant/tcl/script/ MAINTAINER= ant@monitor.deis.unical.it -COMMENT= Win95/98 (TM) Notepad clone written in Tcl/Tk +COMMENT= Windows XP (TM) Notepad clone written in Tcl/Tk RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 @@ -21,11 +21,17 @@ PKGMESSAGE= ${WRKDIR}/MESSAGE PORTDOCS= ChangeLog conf.html index.html intro.html keys.html \ log.html mouse.html todo tpad.html +MAN1= tpad.1 +MLINKS= tpad.1 tview.1 do-install: ${INSTALL_SCRIPT} ${WRKDIR}/bin/tpad ${PREFIX}/bin/tpad post-install: + ${TEST} -e ${PREFIX}/bin/tview || (cd ${PREFIX}/bin ; ${LN} -s tpad tview) +.if !defined(NO_INSTALL_MANPAGES) + ${INSTALL_MAN} ${WRKDIR}/man/man1/tpad.1 ${MANPREFIX}/man/man1 +.endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for docfile in ${PORTDOCS} diff --git a/editors/tpad/distinfo b/editors/tpad/distinfo index cab323e22499..c78c2da90f91 100644 --- a/editors/tpad/distinfo +++ b/editors/tpad/distinfo @@ -1 +1 @@ -MD5 (tpad-1.1.tar.gz) = 26bc63caf91ce18362106ec762b0c09f +MD5 (tpad-1.2.tar.gz) = 95a5d1b74866a5268696ac97d9698255 diff --git a/editors/tpad/pkg-plist b/editors/tpad/pkg-plist index b867c1d7c481..c8656438f985 100644 --- a/editors/tpad/pkg-plist +++ b/editors/tpad/pkg-plist @@ -1,2 +1,3 @@ bin/tpad +bin/tview etc/tpad.conf.sample |