diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 22:54:31 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 22:54:31 +0000 |
commit | 4132616fc635d290256e51c4ad4162ea3b78bd4b (patch) | |
tree | 95a14d846c5aa5d1c73d294a85d8113da5dbc181 /x11/xdialog/Makefile | |
parent | d403cfe967c3f909ec4ee6d22110eabb45caa4bb (diff) |
Notes
Diffstat (limited to 'x11/xdialog/Makefile')
-rw-r--r-- | x11/xdialog/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile index d98ad4a5347f..cd8d3f6e5c65 100644 --- a/x11/xdialog/Makefile +++ b/x11/xdialog/Makefile @@ -7,26 +7,27 @@ # PORTNAME= xdialog -PORTVERSION= 2.0.6 +PORTVERSION= 2.1.1 CATEGORIES= x11 -MASTER_SITES= http://www.chez.com/godefroy/ +MASTER_SITES= http://thgodef.nerim.net/xdialog/ DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION} MAINTAINER= ports@FreeBSD.Org COMMENT= A drop in replacement for the "dialog" or "cdialog" programs USE_BZIP2= yes -USE_GNOME= gtk12 USE_X_PREFIX= yes +USE_GNOME= gtk12 +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= Xdialog.1 -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -PLIST_DIRS= DOCSDIR=${DOCSDIR} -PLIST_SUB+= ${PLIST_DIRS:S,DIR=${PREFIX}/,DIR=,} +post-patch: + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's| install-docDATA||g' post-install: .if !defined(NOPORTDOCS) |