diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-08 01:48:25 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-08 01:48:25 +0000 |
commit | 5cca6d6bdaf8be70ac29d57dd4fff306c2f42bd7 (patch) | |
tree | e4525c17dbd6f4d55e04895788c20e492cd95bd4 /www/tcldom | |
parent | 29affe455430d138d927fb98d7491e296a34f84d (diff) |
Notes
Diffstat (limited to 'www/tcldom')
-rw-r--r-- | www/tcldom/Makefile | 1 | ||||
-rw-r--r-- | www/tcldom/pkg-plist | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/tcldom/Makefile b/www/tcldom/Makefile index fd1c25a6dfe8..b801e1d28782 100644 --- a/www/tcldom/Makefile +++ b/www/tcldom/Makefile @@ -23,6 +23,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ --with-tclinclude=${TCL_INCLUDEDIR} CONFIGURE_ENV= CFLAGS="${CFLAGS} -I\"${PREFIX}/include\"" -PLIST_FILES= lib/tcldom2.0/tcldom84.so.1 lib/tcldom2.0/pkgIndex.tcl .include <bsd.port.mk> diff --git a/www/tcldom/pkg-plist b/www/tcldom/pkg-plist new file mode 100644 index 000000000000..d6fbcea45cdb --- /dev/null +++ b/www/tcldom/pkg-plist @@ -0,0 +1,3 @@ +lib/tcldom2.0/tcldom84.so.1 +lib/tcldom2.0/pkgIndex.tcl +@dirrm lib/tcldom2.0 |