diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-08-07 13:02:19 +0000 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-08-07 13:02:19 +0000 |
commit | cf6fba3315d2ee92d6744985c5d9a303501fed1c (patch) | |
tree | 8c50e5d0fba596780cfffd292a9f8f1befa7181c /x11-toolkits/tkshape | |
parent | b1a59525ea3c1e6cfec1503d8121f70de7f96eec (diff) | |
download | FreeBSD-ports-cf6fba3315d2ee92d6744985c5d9a303501fed1c.zip FreeBSD-ports-cf6fba3315d2ee92d6744985c5d9a303501fed1c.tar.gz |
- Add backup mastersite.
- Replace INSTALLS_SHLIB with USE_LDCONFIG.
PR: ports/101574
Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
Diffstat (limited to 'x11-toolkits/tkshape')
-rw-r--r-- | x11-toolkits/tkshape/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/tkshape/Makefile b/x11-toolkits/tkshape/Makefile index 8ee8deb..df93cfc 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 |