diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-03 23:36:42 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-03 23:36:42 +0800 |
commit | f5437fcc8bae89049b3468c23bea83a79c542aed (patch) | |
tree | 773edf13e6813962b8940183bafe4debd59fdb59 /math/ocamlgsl | |
parent | 4788f71c2f9a0f3adbedab601c5e24a096b8d8e2 (diff) | |
download | freebsd-ports-gnome-f5437fcc8bae89049b3468c23bea83a79c542aed.tar.gz freebsd-ports-gnome-f5437fcc8bae89049b3468c23bea83a79c542aed.tar.zst freebsd-ports-gnome-f5437fcc8bae89049b3468c23bea83a79c542aed.zip |
Fix packaging
Diffstat (limited to 'math/ocamlgsl')
-rw-r--r-- | math/ocamlgsl/Makefile | 1 | ||||
-rw-r--r-- | math/ocamlgsl/pkg-plist | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/math/ocamlgsl/Makefile b/math/ocamlgsl/Makefile index bf3863243670..16327a8f4684 100644 --- a/math/ocamlgsl/Makefile +++ b/math/ocamlgsl/Makefile @@ -22,6 +22,7 @@ USES= gmake USE_OCAML= YES USE_OCAML_FINDLIB= YES USE_OCAML_LDCONFIG= YES +OCAML_PKGDIRS= gsl HAS_CONFIGURE= YES MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/gsl-ocaml-${PORTVERSION} diff --git a/math/ocamlgsl/pkg-plist b/math/ocamlgsl/pkg-plist index 9088ff207f53..caf49a5c88f1 100644 --- a/math/ocamlgsl/pkg-plist +++ b/math/ocamlgsl/pkg-plist @@ -218,7 +218,3 @@ %%PORTDOCS%%share/doc/ocaml/gsl/api/type_Wavelet.html @dirrmtry share/doc/ocaml/gsl/api @dirrmtry share/doc/ocaml/gsl -@dirrmtry share/doc/ocaml -@dirrmtry %%OCAML_SITELIBDIR%%/gsl -@dirrmtry %%OCAML_SITELIBDIR%% -@dirrmtry lib/ocaml |