diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-08-31 22:56:47 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-08-31 22:56:47 +0000 |
commit | 8731251900694af61791867fd9b149333d3e6689 (patch) | |
tree | 20585eb894c3b41861d232b4c0c4efbc0cba31a8 /devel/ocaml-event | |
parent | 236547d8258b456bb4bbc5e71abd1e333db05c48 (diff) | |
download | ports-8731251900694af61791867fd9b149333d3e6689.tar.gz ports-8731251900694af61791867fd9b149333d3e6689.zip |
o Fix PLIST
o Bump PORTREVISION
Submitted by: pointyhat (kris)
Notes
Notes:
svn path=/head/; revision=141650
Diffstat (limited to 'devel/ocaml-event')
-rw-r--r-- | devel/ocaml-event/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ocaml-event/Makefile b/devel/ocaml-event/Makefile index 23c5f6ed5a34..cd553bcddce1 100644 --- a/devel/ocaml-event/Makefile +++ b/devel/ocaml-event/Makefile @@ -7,6 +7,7 @@ PORTNAME= event PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.xs4all.nl/~mmzeeman/ocaml/ PKGNAMEPREFIX= ocaml- @@ -46,6 +47,7 @@ LIB_STUB_FILES= \ dllmlevent.so # examples to install +PLIST_DIRS+= ${EXAMPLESDIR:S,^${PREFIX}/,,} .for file in ${EXAMPLE_FILES} PLIST_FILES+= ${EXAMPLESDIR:S,^${PREFIX}/,,}/${file} .endfor |