diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-04 21:14:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-04 21:14:13 +0800 |
commit | d315ddce004d5cc0e1310ca16468aa91ecdb170a (patch) | |
tree | 1ae38478e10f9357eaebb47965a5e02855d39a0c /deskutils | |
parent | 535632daa34f4a2415492289f9c92bbfaa3bb210 (diff) | |
download | freebsd-ports-gnome-d315ddce004d5cc0e1310ca16468aa91ecdb170a.tar.gz freebsd-ports-gnome-d315ddce004d5cc0e1310ca16468aa91ecdb170a.tar.zst freebsd-ports-gnome-d315ddce004d5cc0e1310ca16468aa91ecdb170a.zip |
- Fix packaging of examples after move to PYDISTUTILS_AUTOPLIST
- Add missing OPTIONS_DEFINE
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/ljcharm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/ljcharm/Makefile b/deskutils/ljcharm/Makefile index 9beebd307c0e..aa853e657331 100644 --- a/deskutils/ljcharm/Makefile +++ b/deskutils/ljcharm/Makefile @@ -16,6 +16,9 @@ USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes PORTDOCS= * +PORTEXAMPLES= * + +OPTIONS_DEFINE= DOCS EXAMPLES post-patch: ${REINPLACE_CMD} -e 's,share/doc/charm,${DOCSDIR},' ${WRKSRC}/setup.py |