diff options
author | garga <garga@FreeBSD.org> | 2005-10-14 03:19:02 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-14 03:19:02 +0800 |
commit | 8251ca3e67b944eb75d641f3d5ae87a891b1618a (patch) | |
tree | 56b65dbc0f05983ad607e7ad6312998dffd6d4e8 /misc | |
parent | ed73d56118d77b897bd7fbff70aafb4529b5673f (diff) | |
download | freebsd-ports-gnome-8251ca3e67b944eb75d641f3d5ae87a891b1618a.tar.gz freebsd-ports-gnome-8251ca3e67b944eb75d641f3d5ae87a891b1618a.tar.zst freebsd-ports-gnome-8251ca3e67b944eb75d641f3d5ae87a891b1618a.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 |