diff options
author | beech <beech@FreeBSD.org> | 2008-07-25 12:26:55 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-07-25 12:26:55 +0800 |
commit | 4a754fa8e149a142ee7a2e72669f52b61d714878 (patch) | |
tree | f3c7e6d2c90c770ee71e32f5147405baaaf210ab /www | |
parent | 5d9a38fe3ca789c7a4b0f6de55314f4783914b40 (diff) | |
download | freebsd-ports-gnome-4a754fa8e149a142ee7a2e72669f52b61d714878.tar.gz freebsd-ports-gnome-4a754fa8e149a142ee7a2e72669f52b61d714878.tar.zst freebsd-ports-gnome-4a754fa8e149a142ee7a2e72669f52b61d714878.zip |
- Fix plist path so slaves install properly.
- Bump portrevision
Submitted by: Frank Fenor <frank@fenor.de> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/tcldom/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/tcldom/Makefile b/www/tcldom/Makefile index b801e1d28782..1c7cc08cd2ff 100644 --- a/www/tcldom/Makefile +++ b/www/tcldom/Makefile @@ -7,6 +7,7 @@ PORTNAME= tcldom DISTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= www tcl MASTER_SITES= SF MASTER_SITE_SUBDIR= tclxml @@ -16,6 +17,8 @@ COMMENT= DOM API for Tcl based on TclDOMPro BUILD_DEPENDS?= ${LOCALBASE}/include/expat.h:${PORTSDIR}/textproc/expat2 +PLIST= ${PKGDIR}${PKGNAMESUFFIX}/pkg-plist +PATCHDIR= ${PKGDIR}${PKGNAMESUFFIX}/files/ WRKSRC?= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/src USE_TCL= 82+ USE_LDCONFIG= yes |