diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-21 13:43:17 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-21 13:43:17 +0000 |
commit | a4de7e3450130c4bb7efa0f447fbd89045a7739d (patch) | |
tree | 6e23e86b5621df6ab937459007bdd694cb776c5a /devel/make++ | |
parent | 473545444a56ee8762b217d94b3e371cc31c0456 (diff) | |
download | ports-a4de7e3450130c4bb7efa0f447fbd89045a7739d.tar.gz ports-a4de7e3450130c4bb7efa0f447fbd89045a7739d.zip |
Notes
Diffstat (limited to 'devel/make++')
-rw-r--r-- | devel/make++/Makefile | 4 | ||||
-rw-r--r-- | devel/make++/distinfo | 6 | ||||
-rw-r--r-- | devel/make++/pkg-plist | 31 |
3 files changed, 4 insertions, 37 deletions
diff --git a/devel/make++/Makefile b/devel/make++/Makefile index 223bd0789396..da67887c723d 100644 --- a/devel/make++/Makefile +++ b/devel/make++/Makefile @@ -7,7 +7,7 @@ # PORTNAME= make++ -PORTVERSION= 1.18 +PORTVERSION= 1.19 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/+/p/g} @@ -35,7 +35,5 @@ do-install: ${FIND} . -name "*.pm" -exec ${INSTALL_SCRIPT} {} ${DATADIR}/Signature \;) @(cd ${WRKSRC} ; \ ${FIND} . -name "*.mk" -exec ${INSTALL_SCRIPT} {} ${DATADIR} \;) - @${MKDIR} ${DATADIR}/html - ${CP} ${WRKSRC}/doc/* ${DATADIR}/html .include <bsd.port.mk> diff --git a/devel/make++/distinfo b/devel/make++/distinfo index 190ab927ce1b..5780465386f8 100644 --- a/devel/make++/distinfo +++ b/devel/make++/distinfo @@ -1,3 +1,3 @@ -MD5 (makepp-1.18.tar.gz) = 0ab4fee5c74482d21bcbf8da3a292b1f -SHA256 (makepp-1.18.tar.gz) = 0a1ee878452d44ecdf52dae928418ed2c426b5bbb95bc223b787329f9f5cc2be -SIZE (makepp-1.18.tar.gz) = 236990 +MD5 (makepp-1.19.tar.gz) = c8ae44420137e5a051ca171f2dfe21ea +SHA256 (makepp-1.19.tar.gz) = 47951629d562e95b0a96157c4a278f2b9c25de9673ba618cfca2098b03bd0ce6 +SIZE (makepp-1.19.tar.gz) = 217453 diff --git a/devel/make++/pkg-plist b/devel/make++/pkg-plist index 8daf8d8d5fe6..1f1b429f4b19 100644 --- a/devel/make++/pkg-plist +++ b/devel/make++/pkg-plist @@ -18,36 +18,5 @@ share/makepp/Signature/c_compilation_md5.pm share/makepp/Signature/exact_match.pm share/makepp/Signature/md5.pm share/makepp/Signature/target_newer.pm -share/makepp/html/bugs.html -share/makepp/html/build_algorithm.html -share/makepp/html/builtin.html -share/makepp/html/command_line.html -share/makepp/html/dirs.html -share/makepp/html/extending_makepp.html -share/makepp/html/features.html -share/makepp/html/incompat.html -share/makepp/html/index.html -share/makepp/html/inferring.html -share/makepp/html/legacy_makefiles.html -share/makepp/html/release_notes_118.html -share/makepp/html/repositories.html -share/makepp/html/scanning.html -share/makepp/html/signature_checking.html -share/makepp/html/syntax_makefile.html -share/makepp/html/t_builtin.html -share/makepp/html/t_debugging.html -share/makepp/html/t_dirs.html -share/makepp/html/t_functions.html -share/makepp/html/t_index.html -share/makepp/html/t_pattern.html -share/makepp/html/t_phony.html -share/makepp/html/t_qt.html -share/makepp/html/t_simplest.html -share/makepp/html/t_unix_compilation.html -share/makepp/html/t_variables.html -share/makepp/html/t_variant.html -share/makepp/html/t_whatsin.html -share/makepp/html/t_wildcards.html @dirrm share/makepp/Signature -@dirrm share/makepp/html @dirrm share/makepp |