summaryrefslogtreecommitdiff
path: root/ftp/pureadmin/Makefile
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-04 08:44:41 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-04 08:44:41 +0000
commitd6f49a90d13030c7c90730bb81ab5a86712b20bb (patch)
tree91f1cf285d5e629850ab6a77b457982d41282d0a /ftp/pureadmin/Makefile
parentUpdate to 20050402 (diff)
- Update to version 0.2.2.
PR: ports/79471 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=132436
Diffstat (limited to 'ftp/pureadmin/Makefile')
-rw-r--r--ftp/pureadmin/Makefile23
1 files changed, 6 insertions, 17 deletions
diff --git a/ftp/pureadmin/Makefile b/ftp/pureadmin/Makefile
index be75c13368d3..f8e8cf4c4c02 100644
--- a/ftp/pureadmin/Makefile
+++ b/ftp/pureadmin/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= pureadmin
-PORTVERSION= 0.2.1
-PORTREVISION= 1
+PORTVERSION= 0.2.2
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= purify
@@ -18,24 +17,14 @@ COMMENT= Management utility for the PureFTPd
LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam
-USE_GNOME= gnomeprefix gnomehack pkgconfig gtk20
USE_X_PREFIX= yes
-USE_GETTEXT= yes
+USE_GNOME= gnomehack gnomeprefix gtk20
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-PLIST_FILES= bin/pureadmin bin/pureadminsearch \
- share/locale/fr/LC_MESSAGES/pureadmin.mo \
- share/locale/it/LC_MESSAGES/pureadmin.mo \
- share/locale/sv/LC_MESSAGES/pureadmin.mo \
- share/gnome/applications/pureadmin.desktop \
- share/gnome/pixmaps/pureadmin.png
-
-post-install:
- @${FIND} ${PREFIX}/share/gnome/pureadmin ! -type d | \
- ${SED} 's,${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${PREFIX}/share/gnome/pureadmin -type d | ${SORT} -r | \
- ${SED} 's,${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
+post-patch:
+ @${REINPLACE_CMD} -e '/-g -Wall/d' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>