diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-06-12 17:03:56 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-06-12 17:03:56 +0800 |
commit | dcfa16991c37e327c140c3c96f16489cc28451a1 (patch) | |
tree | 3311ff525afeb5b692efcb1a8cad9c2cc13b6079 /games | |
parent | 47940c404f3208e5f8890f7f624aa517fdb42d33 (diff) | |
download | freebsd-ports-gnome-dcfa16991c37e327c140c3c96f16489cc28451a1.tar.gz freebsd-ports-gnome-dcfa16991c37e327c140c3c96f16489cc28451a1.tar.zst freebsd-ports-gnome-dcfa16991c37e327c140c3c96f16489cc28451a1.zip |
- Switch to options helpers
Diffstat (limited to 'games')
-rw-r--r-- | games/connectagram/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/connectagram/Makefile b/games/connectagram/Makefile index cbab84314a3b..2c746bce632b 100644 --- a/games/connectagram/Makefile +++ b/games/connectagram/Makefile @@ -27,7 +27,7 @@ post-patch: @${REINPLACE_CMD} -e \ 's|std::lround|lround|' ${WRKSRC}/src/*.cpp -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} CREDITS ChangeLog NEWS README \ ${STAGEDIR}${DOCSDIR}) |