diff options
author | erwin <erwin@FreeBSD.org> | 2006-04-21 21:43:17 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-04-21 21:43:17 +0800 |
commit | 096e08e0e61e1a9d87224a3076463201bfbcdae2 (patch) | |
tree | 07cdac108cdf7b081a33be51c34ba93bed256956 /devel | |
parent | ebd4b0d5cbefc38fdcf1edce194e4ccfa94e37b8 (diff) | |
download | freebsd-ports-gnome-096e08e0e61e1a9d87224a3076463201bfbcdae2.tar.gz freebsd-ports-gnome-096e08e0e61e1a9d87224a3076463201bfbcdae2.tar.zst freebsd-ports-gnome-096e08e0e61e1a9d87224a3076463201bfbcdae2.zip |
Update to 1.19
PR: 96118
Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Diffstat (limited to 'devel')
-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 |