diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-08-24 01:58:13 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-08-24 01:58:13 +0000 |
commit | 7eeb883e3391ade9c7566bdc5f90ec4c4fe2563d (patch) | |
tree | 80e6991ee8473b19143e5c95946ff8c162dd5ee5 /x11-toolkits/tk82/Makefile | |
parent | e6ac780082020f4e69c556a054313e7084156191 (diff) | |
download | ports-7eeb883e3391ade9c7566bdc5f90ec4c4fe2563d.tar.gz ports-7eeb883e3391ade9c7566bdc5f90ec4c4fe2563d.zip |
Notes
Diffstat (limited to 'x11-toolkits/tk82/Makefile')
-rw-r--r-- | x11-toolkits/tk82/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index 872bcf1aa13a..9e60c11f2622 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: tk8.1 -# Version required: 8.1 +# New ports collection makefile for: tk8.1.1 +# Version required: 8.1.1 # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.24 1999/05/04 21:03:55 fenner Exp $ +# $Id: Makefile,v 1.25 1999/06/20 14:05:35 jseger Exp $ # -DISTNAME= tk8.1 -PKGNAME= tk-8.1 +DISTNAME= tk8.1.1 +PKGNAME= tk-8.1.1 CATEGORIES= x11-toolkits tk81 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_1/ @@ -37,7 +37,7 @@ MAN3= 3DBorder.3 BindTable.3 CanvPsY.3 CanvTkwin.3 CanvTxtInfo.3 \ MapWindow.3 MeasureChar.3 MoveToplev.3 Name.3 NameOfImg.3 OwnSelect.3 \ ParseArgv.3 QWinEvent.3 Restack.3 RestrictEv.3 SetAppName.3 \ SetClass.3 SetGrid.3 SetOptions.3 SetVisual.3 StrictMotif.3 \ - TextLayout.3 Tk_Init.3 Tk_InitStubs.3 Tk_Main.3 WindowId.3 + TextLayout.3 Tk_Init.3 Tk_Main.3 TkInitStubs.3 WindowId.3 MANN= bell.n bind.n bindtags.n bitmap.n button.n canvas.n checkbutton.n \ chooseColor.n clipboard.n destroy.n dialog.n entry.n event.n \ focus.n focusNext.n font.n frame.n getOpenFile.n grab.n grid.n \ @@ -292,9 +292,6 @@ MANCOMPRESSED= yes .include <bsd.port.pre.mk> -post-extract: - ${MV} ${WRKDIR}/${DISTNAME}/doc/InitStubs.3 \ - ${WRKDIR}/${DISTNAME}/doc/Tk_InitStubs.3 post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if exists(${PKGINSTALL}) |