diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-08-18 06:58:47 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-08-18 06:58:47 +0000 |
commit | 071e7215449e69d232948bf529dc379394969c75 (patch) | |
tree | ec1cd4d3bb26e767838cf9ac3b8a2c7dd617d930 /textproc/pardiff/Makefile | |
parent | update to version 0.99 (diff) |
- Update to the latest version, 0.9.4.
- Add installation of some documentation.
PR: 29835
Submitted by: maintainer
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> |