diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-03 17:11:13 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-03 17:11:13 +0000 |
commit | 61e7c912c1cd73d024ae13601744a3c3789f556d (patch) | |
tree | 9b8f2e46f25c0c9df755134c4db70c56dcd9e157 /print/cpp2latex/Makefile | |
parent | ba12258ff51b04bf18bf23b50843b68178a3f2fa (diff) |
Notes
Diffstat (limited to 'print/cpp2latex/Makefile')
-rw-r--r-- | print/cpp2latex/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/print/cpp2latex/Makefile b/print/cpp2latex/Makefile index 9ba4489bf8ce..af4711a47a1a 100644 --- a/print/cpp2latex/Makefile +++ b/print/cpp2latex/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cpp2latex -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= print MASTER_SITES= http://www.arnoldarts.de/ @@ -15,4 +15,13 @@ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cpp2latex/cpp2latex ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in AUTHORS ChangeLog README TODO + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif + .include <bsd.port.mk> |