diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-10 22:59:54 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-10 22:59:54 +0800 |
commit | bdf3123238c28f3cc0869eb52ccea0624416c19c (patch) | |
tree | 4c215ca8e94a3c384564acd8794f99cffd924d26 /games/avoision | |
parent | 43fa4e6731f911bfef9e9b5c6468e6df4fa61793 (diff) | |
download | freebsd-ports-gnome-bdf3123238c28f3cc0869eb52ccea0624416c19c.tar.gz freebsd-ports-gnome-bdf3123238c28f3cc0869eb52ccea0624416c19c.tar.zst freebsd-ports-gnome-bdf3123238c28f3cc0869eb52ccea0624416c19c.zip |
- Drop unneeded PLIST_DIRS
- Switch to options helpers
Diffstat (limited to 'games/avoision')
-rw-r--r-- | games/avoision/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/avoision/Makefile b/games/avoision/Makefile index b16fc94ad06e..b33be33f7589 100644 --- a/games/avoision/Makefile +++ b/games/avoision/Makefile @@ -20,7 +20,7 @@ LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 \ libpng.so:${PORTSDIR}/graphics/png \ - libphysfs.so.1:${PORTSDIR}/devel/physfs + libphysfs.so:${PORTSDIR}/devel/physfs RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip USES= pkgconfig @@ -33,13 +33,12 @@ PLIST_FILES= bin/${PORTNAME} \ share/applications/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.png \ %%DATADIR%%/${PORTNAME}.zip -PLIST_DIRS= %%DATADIR%% PORTDOCS= ChangeLog OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |