aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/pureadmin/Makefile
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-04-04 16:44:41 +0800
committerflz <flz@FreeBSD.org>2005-04-04 16:44:41 +0800
commitfb5b4f0d9401e7b004a1b6eaf09cafd1e43177a8 (patch)
tree56742276b24cc1cb531581dd2fd733d8d1519fb8 /ftp/pureadmin/Makefile
parent7abd1da94b541bda535f8a0524f3c6c932a81995 (diff)
downloadfreebsd-ports-gnome-fb5b4f0d9401e7b004a1b6eaf09cafd1e43177a8.tar.gz
freebsd-ports-gnome-fb5b4f0d9401e7b004a1b6eaf09cafd1e43177a8.tar.zst
freebsd-ports-gnome-fb5b4f0d9401e7b004a1b6eaf09cafd1e43177a8.zip
- Update to version 0.2.2.
PR: ports/79471 Submitted by: Ports Fury
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>