diff options
Diffstat (limited to 'textproc/pardiff/Makefile')
-rw-r--r-- | textproc/pardiff/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/textproc/pardiff/Makefile b/textproc/pardiff/Makefile index 81c383762388..0e8159a17e8e 100644 --- a/textproc/pardiff/Makefile +++ b/textproc/pardiff/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pardiff -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pardiff @@ -17,4 +17,14 @@ GNU_CONFIGURE= yes MAN1= pardiff.1 diffp.1 +DOCS= AUTHORS ChangeLog README + +post-install: +.if !defined(NOPORTDOCS) + @${INSTALL} -d -m 0755 ${PREFIX}/share/doc/pardiff +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/pardiff/ +.endfor +.endif + .include <bsd.port.mk> |