Remove forgotten leftover comments

This commit is contained in:
Michael Gmelin 2019-12-21 16:04:59 +00:00
parent 7d987da50b
commit b548520de8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520570

View File

@ -16,10 +16,6 @@ LICENSE= BSD3CLAUSE
USES= ghostscript:run
SUB_FILES= ${PORTNAME}.1
#RUN_DEPENDS= ${JAVALIBDIR}/bcmail.jar:java/bouncycastle15 \
# ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging \
# ${JAVALIBDIR}/commons-io.jar:devel/apache-commons-io
NO_BUILD= yes
NO_ARCH= yes
@ -30,12 +26,4 @@ do-install:
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKDIR}/shrinkpdf.1 ${STAGEDIR}${MANPREFIX}/man/man1
# @${ECHO_MSG} -n ">> Installing JAR files in ${JAVAJARDIR}..."
# @${MKDIR} ${STAGEDIR}${JAVAJARDIR}
#.for f in ${JAR_NAMES}
# ${INSTALL_DATA} ${DISTDIR}/${f}-${PORTVERSION}.jar \
# ${STAGEDIR}${JAVAJARDIR}/${f}.jar
#.endfor
# @${ECHO_MSG} " [ DONE ]"
.include <bsd.port.mk>