aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2005-09-01 06:56:47 +0800
committerlioux <lioux@FreeBSD.org>2005-09-01 06:56:47 +0800
commite535610ab95cffab5af64054bff459b49b572888 (patch)
tree1a8583d90655349c19d2b5eeaa8c40558b325d0a
parent98f69741b02b0ec4d8de46d5f5e519de539eff40 (diff)
downloadfreebsd-ports-gnome-e535610ab95cffab5af64054bff459b49b572888.tar.gz
freebsd-ports-gnome-e535610ab95cffab5af64054bff459b49b572888.tar.zst
freebsd-ports-gnome-e535610ab95cffab5af64054bff459b49b572888.zip
o Fix PLIST
o Bump PORTREVISION Submitted by: pointyhat (kris)
-rw-r--r--devel/ocaml-event/Makefile2
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