1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Fix DISTFILES

- Remove post-install target
This commit is contained in:
Nicola Vitale 2013-04-25 22:55:41 +00:00
parent 88bac97504
commit de198c1fa9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316535

View File

@ -32,7 +32,7 @@ WRKSRC= ${WRKDIR}/${PORTVERSION:R}-release
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
DISTFILES+=FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf:doc
DISTFILES+=FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf:manual
.endif
.if ${PORT_OPTIONS:MNLS}
NLS= ""
@ -55,7 +55,4 @@ do-install:
${INSTALL_DATA} ${DISTDIR}/FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf ${DOCSDIR}
.endif
post-install:
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>