diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2006-12-09 15:34:09 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2006-12-09 15:34:09 +0000 |
commit | e764e76dc7b5cf2986f375d54768402befcd67c6 (patch) | |
tree | 9db052d554c37839a2841c452b4628a13918851d /print | |
parent | a45ece12c2568e4b4f9457bc3301f6d7d9258e22 (diff) | |
download | ports-e764e76dc7b5cf2986f375d54768402befcd67c6.tar.gz ports-e764e76dc7b5cf2986f375d54768402befcd67c6.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cpp2latex/Makefile | 9 | ||||
-rw-r--r-- | print/cpp2latex/pkg-descr | 2 | ||||
-rw-r--r-- | print/cpp2latex/pkg-plist | 6 |
3 files changed, 6 insertions, 11 deletions
diff --git a/print/cpp2latex/Makefile b/print/cpp2latex/Makefile index 89eaef7eaad0..227be37bee6b 100644 --- a/print/cpp2latex/Makefile +++ b/print/cpp2latex/Makefile @@ -9,7 +9,7 @@ PORTNAME= cpp2latex PORTVERSION= 2.3 CATEGORIES= print -MASTER_SITES= http://roederberg.dyndns.org/~arnold/file_share/cpp2latex/ +MASTER_SITES= http://www.arnoldarts.de/drupal/files/downloads/cpp2latex/ MAINTAINER= ports@FreeBSD.org COMMENT= Convert C++ source to a file you can input in an LaTeX-document @@ -17,7 +17,8 @@ COMMENT= Convert C++ source to a file you can input in an LaTeX-document GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -.include <bsd.port.pre.mk> +PLIST_FILES= bin/cpp2latex +PORTDOCS= AUTHORS ChangeLog README TODO post-patch: @${REINPLACE_CMD} -e 's|-pedantic||g' ${WRKSRC}/configure @@ -25,9 +26,9 @@ post-patch: post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for docfile in AUTHORS ChangeLog README TODO +.for docfile in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/print/cpp2latex/pkg-descr b/print/cpp2latex/pkg-descr index 6ff33783c2c5..113dc0c712ad 100644 --- a/print/cpp2latex/pkg-descr +++ b/print/cpp2latex/pkg-descr @@ -1,3 +1,3 @@ Convert C++-programmlistings to a file you can input in an LaTeX-document -WWW: http://roederberg.dyndns.org/~arnold/cpp2latex.php +WWW: http://www.arnoldarts.de/drupal/?q=Cpp2LaTeX diff --git a/print/cpp2latex/pkg-plist b/print/cpp2latex/pkg-plist deleted file mode 100644 index 140262145f69..000000000000 --- a/print/cpp2latex/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/cpp2latex -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCSDIR%% |