diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-31 13:41:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-31 13:41:05 +0000 |
commit | 1059c2e8fff529281b7a43a92bb8cdc133a2c211 (patch) | |
tree | 21a5ba5096f43e39fdc79383efd9210dfbdf20b8 /ports-mgmt | |
parent | 475a5f18d344e6826aa30227879026aecdddd458 (diff) | |
download | ports-1059c2e8fff529281b7a43a92bb8cdc133a2c211.tar.gz ports-1059c2e8fff529281b7a43a92bb8cdc133a2c211.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pib/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/ports-mgmt/pib/Makefile b/ports-mgmt/pib/Makefile index cc9ce55986da..efe0eb48d8b2 100644 --- a/ports-mgmt/pib/Makefile +++ b/ports-mgmt/pib/Makefile @@ -3,22 +3,21 @@ # Date created: 30 December 1996 # Whom: Mike Smith <msmith@freebsd.org> # -# $Id: Makefile,v 1.1.1.1 1996/12/30 09:16:55 msmith Exp $ +# $Id: Makefile,v 1.2 1996/12/30 09:26:23 msmith Exp $ # DISTNAME= pib-1.0 -MASTER_SITES= ftp://gsoft.com.au/pib/pib +MASTER_SITES= ftp://gsoft.com.au/pub/pib/ CATEGORIES= sysutils MAINTAINER= msmith@freebsd.org -RUN_DEPENDS= tk-4.1 +RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 -.include <bsd.port.mk> - -install: +do-install: ${MKDIR} ${PREFIX}/lib/pib ${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib ${INSTALL_DATA} ${WRKSRC}/libTkSteal.so* ${PREFIX}/lib/pib ln -fs ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib +.include <bsd.port.mk> |