1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Don't install mu2-alloywm.in or x-panel.in. Add documentation to

packing list.

noticed by:  kris
This commit is contained in:
Trevor Johnson 2002-09-15 15:47:12 +00:00
parent 998a192b40
commit 5a9db66685
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66368

View File

@ -42,13 +42,20 @@ pre-install:
${PERL} -pi -e "s:^:bin/:g" > ${PLIST}
${FIND} ${SCRIPTS} \! -name '*in' -type f | \
${PERL} -pi -e "s:^${SCRIPTS}:bin:g" >> ${PLIST}
.if !defined(NOPORTDOCS)
.for i in Changelog README
${ECHO_CMD} share/doc/alloywm/${i} >> ${PLIST}
.endfor
${ECHO_CMD} @dirrm share/doc/alloywm >> ${PLIST}
.endif
do-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Changelog ${WRKSRC}/README ${DOCSDIR}
.endif
${INSTALL_SCRIPT} ${SCRIPTS}/* ${PREFIX}/bin
${FIND} ${SCRIPTS} \! -name '*in' -type f -exec \
${INSTALL_SCRIPT} {} ${PREFIX}/bin \;
${FIND} ${WRKSRC} -type f -perm 755 \
-exec ${INSTALL_PROGRAM} {} ${PREFIX}/bin \;