diff options
Diffstat (limited to 'devel/gps/Makefile')
-rw-r--r-- | devel/gps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gps/Makefile b/devel/gps/Makefile index 4f619cccaf9c..e87dcbca2491 100644 --- a/devel/gps/Makefile +++ b/devel/gps/Makefile @@ -109,7 +109,7 @@ do-build: ${PYTHON_CMD} ${PYCOMPILE} ${WRKSRC}/share/support post-install: - ${RM} -rf ${STAGEDIR}${PREFIX}/share/doc/gps/html/*/_sources + ${RM} -r ${STAGEDIR}${PREFIX}/share/doc/gps/html/*/_sources ${INSTALL_SCRIPT} ${WRKDIR}/gps ${STAGEDIR}${PREFIX}/bin echo "This is the GPS GPL Edition for the ${OPSYS} Ports Collection." \ > ${STAGEDIR}${PREFIX}/share/gps/about.txt |