diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-14 03:19:02 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-14 03:19:02 +0800 |
commit | e37136b40ff5fbbe1f8e83fb5295a756f015c8de (patch) | |
tree | ba23c8970e0732ca8e4acff46bfae95f1bc27876 /misc | |
parent | 46237873a2b1562d4d094fad7942286c15d77b26 (diff) | |
download | freebsd-ports-gnome-e37136b40ff5fbbe1f8e83fb5295a756f015c8de.tar.gz freebsd-ports-gnome-e37136b40ff5fbbe1f8e83fb5295a756f015c8de.tar.zst freebsd-ports-gnome-e37136b40ff5fbbe1f8e83fb5295a756f015c8de.zip |
- Update to 0.6.1
PR: ports/87386
Submitted by: Ports Fury
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xbiso/Makefile | 11 | ||||
-rw-r--r-- | misc/xbiso/distinfo | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/misc/xbiso/Makefile b/misc/xbiso/Makefile index 03bdfb817acf..18ebe866e5f2 100644 --- a/misc/xbiso/Makefile +++ b/misc/xbiso/Makefile @@ -7,7 +7,7 @@ # PORTNAME= xbiso -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,14 +19,15 @@ LIB_DEPENDS= ftp.3:${PORTSDIR}/ftp/ftplib USE_REINPLACE= yes GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" -MAKE_ENV= LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" PLIST_FILES= bin/xbiso post-patch: - @${REINPLACE_CMD} -e "s,^LIBS =,LIBS+=," ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|$$(CPPFLAGS)|@CPPFLAGS@|g ; \ + s|= @LIBS@|= @LDFLAGS@ @LIBS@|g' ${WRKSRC}/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xbiso ${PREFIX}/bin diff --git a/misc/xbiso/distinfo b/misc/xbiso/distinfo index cfd9a6176232..50a3a22d4213 100644 --- a/misc/xbiso/distinfo +++ b/misc/xbiso/distinfo @@ -1,2 +1,2 @@ -MD5 (xbiso-0.6.0.tar.gz) = c3ce54375de763d345122e84e200eae1 -SIZE (xbiso-0.6.0.tar.gz) = 71091 +MD5 (xbiso-0.6.1.tar.gz) = bf4c0e789068ff616de1821c80194431 +SIZE (xbiso-0.6.1.tar.gz) = 49698 |