diff options
author | stas <stas@FreeBSD.org> | 2008-04-10 14:46:34 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-04-10 14:46:34 +0800 |
commit | ba506c9c950f97dc5e93e15189149aabe1010314 (patch) | |
tree | c5945db03fa74bcdf9714e8f9598f872163fb7c4 /www/ocaml-net | |
parent | 6d0b9b4277303979bf7dabe5bc425b06460edd42 (diff) | |
download | freebsd-ports-gnome-ba506c9c950f97dc5e93e15189149aabe1010314.tar.gz freebsd-ports-gnome-ba506c9c950f97dc5e93e15189149aabe1010314.tar.zst freebsd-ports-gnome-ba506c9c950f97dc5e93e15189149aabe1010314.zip |
- Fix pkg-plist.
Reported by: Manfred Lotz <manfred.lotz@yahoo.de>,
Johan van Selst <johans@stack.nl>
Diffstat (limited to 'www/ocaml-net')
-rw-r--r-- | www/ocaml-net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ocaml-net/Makefile b/www/ocaml-net/Makefile index dd4478feabc1..f2147dd10e16 100644 --- a/www/ocaml-net/Makefile +++ b/www/ocaml-net/Makefile @@ -7,6 +7,7 @@ PORTNAME= net PORTVERSION= 2.2.9 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ocamlnet @@ -46,7 +47,7 @@ OCAML_PKGDIRS= netsys netshm equeue shell netstring rpc-generator \ post-install: -.for pkg in ${OCAMLNET_PACKAGES} +.for pkg in ${OCAML_PKGDIRS} @${FIND} ${PREFIX}/lib/ocaml/site-lib/${pkg} -type f | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} .endfor |