diff options
author | bland <bland@FreeBSD.org> | 2003-11-13 19:11:34 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-11-13 19:11:34 +0800 |
commit | 0878fbfc6b4b975e8ba2a3bedb32ca4317d86c25 (patch) | |
tree | d768c99ecbe56aa84826ab882ebac3ac2fd20e93 /devel | |
parent | ca06e05d8ab5f79adfab7ec3cd67980d2bef53ff (diff) | |
download | freebsd-ports-gnome-0878fbfc6b4b975e8ba2a3bedb32ca4317d86c25.tar.gz freebsd-ports-gnome-0878fbfc6b4b975e8ba2a3bedb32ca4317d86c25.tar.zst freebsd-ports-gnome-0878fbfc6b4b975e8ba2a3bedb32ca4317d86c25.zip |
Synchronize auto* tools naming convention with ones from FreeBSD
ports collection.
PR: 59189
Submitted by: Koop Mast <einekoai@chello.nl>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glademm/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/glademm/Makefile b/devel/glademm/Makefile index d45269ab1e36..637e8ad236da 100644 --- a/devel/glademm/Makefile +++ b/devel/glademm/Makefile @@ -7,6 +7,7 @@ PORTNAME= glademm PORTVERSION= 2.0.0.1 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= http://home.wtal.de/petig/Gtk/ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} @@ -15,6 +16,7 @@ MAINTAINER= bland@FreeBSD.org COMMENT= A C++ code generator backend for glade and glade2 USE_X_PREFIX= yes +USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnometarget USE_LIBTOOL= yes @@ -24,5 +26,12 @@ USE_GETOPT_LONG= yes post-patch: ${RM} -f ${WRKSRC}/src/getopt.* + @${REINPLACE_CMD} \ + -e 's|automake-1.7|automake17|g' \ + -e 's|automake-1.5|automake15|g' \ + -e 's|automake-1.4|automake14|g' \ + -e 's|autoconf2.50|autoconf257|g' \ + -e 's|autoconf2.13|autoconf213|g' \ + ${WRKSRC}/src/glade--.cc .include <bsd.port.post.mk> |