From cf6fba3315d2ee92d6744985c5d9a303501fed1c Mon Sep 17 00:00:00 2001 From: jmelo Date: Mon, 7 Aug 2006 13:02:19 +0000 Subject: - Add backup mastersite. - Replace INSTALLS_SHLIB with USE_LDCONFIG. PR: ports/101574 Submitted by: Nicola Vitale (maintainer) --- x11-toolkits/tkshape/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11-toolkits/tkshape') diff --git a/x11-toolkits/tkshape/Makefile b/x11-toolkits/tkshape/Makefile index 8ee8deb21c4..df93cfc9065 100644 --- a/x11-toolkits/tkshape/Makefile +++ b/x11-toolkits/tkshape/Makefile @@ -7,7 +7,8 @@ PORTNAME= tkshape PORTVERSION= 0.4 CATEGORIES= x11-toolkits -MASTER_SITES= http://www.cs.man.ac.uk/~fellowsd/tcl/ +MASTER_SITES= http://www.cs.man.ac.uk/~fellowsd/tcl/ \ + http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ DISTNAME= shape${PORTVERSION:S/.//g} MAINTAINER= nivit@users.sourceforge.net @@ -17,7 +18,7 @@ LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 PLIST_SUB= PORTNAME="${PORTNAME}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes OPTIONS= MANPAGES "Install manual pages" on -- cgit