- Fix pkg-plist.

Reported by:	Manfred Lotz <manfred.lotz@yahoo.de>,
		Johan van Selst <johans@stack.nl>
This commit is contained in:
Stanislav Sedov 2008-04-10 06:46:34 +00:00
parent f7373e389d
commit 275421bc8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210976

View File

@ -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