aboutsummaryrefslogtreecommitdiff
path: root/ftp/pavuk
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-31 22:13:21 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-31 22:13:21 +0000
commit6f87fbfd338d1a92645373f91601c4356a5ebb95 (patch)
treeefcefab1a06ef34714b857bbccae4a986891271d /ftp/pavuk
parente12771ce93b3c75c114762bde5fc4504f96237ba (diff)
downloadports-6f87fbfd338d1a92645373f91601c4356a5ebb95.tar.gz
ports-6f87fbfd338d1a92645373f91601c4356a5ebb95.zip
Notes
Diffstat (limited to 'ftp/pavuk')
-rw-r--r--ftp/pavuk/Makefile8
-rw-r--r--ftp/pavuk/pkg-plist25
2 files changed, 13 insertions, 20 deletions
diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile
index cae5248c1d1d..dc52951479de 100644
--- a/ftp/pavuk/Makefile
+++ b/ftp/pavuk/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pavuk
PORTVERSION= 0.9.28
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= ftp www
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.idata.sk/~ondrej/sw/
@@ -26,7 +26,7 @@ USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --with-locale-dir=${LOCALBASE}/share/locale \
+CONFIGURE_ARGS= --with-locale-dir=${LOCALBASE}/share/locale \
--disable-debug --disable-gnome --enable-threads
MAN1= pavuk.1
@@ -52,8 +52,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/pavukrc.sample ${PREFIX}/etc
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in AUTHORS BUGS CREDITS ChangeLog FAQ MAILINGLIST NEWS README
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.for f in AUTHORS BUGS CREDITS ChangeLog FAQ MAILINGLIST NEWS README
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
diff --git a/ftp/pavuk/pkg-plist b/ftp/pavuk/pkg-plist
index d48417b2a049..34f9bdf3226e 100644
--- a/ftp/pavuk/pkg-plist
+++ b/ftp/pavuk/pkg-plist
@@ -1,21 +1,14 @@
bin/pavuk
etc/pavuk_authinfo.sample
etc/pavukrc.sample
-%%PORTDOCS%%share/doc/pavuk/AUTHORS
-%%PORTDOCS%%share/doc/pavuk/BUGS
-%%PORTDOCS%%share/doc/pavuk/CREDITS
-%%PORTDOCS%%share/doc/pavuk/ChangeLog
-%%PORTDOCS%%share/doc/pavuk/FAQ
-%%PORTDOCS%%share/doc/pavuk/MAILINGLIST
-%%PORTDOCS%%share/doc/pavuk/NEWS
-%%PORTDOCS%%share/doc/pavuk/README
-share/locale/cs/LC_MESSAGES/pavuk.mo
-share/locale/de/LC_MESSAGES/pavuk.mo
-share/locale/es/LC_MESSAGES/pavuk.mo
-share/locale/fr/LC_MESSAGES/pavuk.mo
-share/locale/it/LC_MESSAGES/pavuk.mo
-share/locale/ja/LC_MESSAGES/pavuk.mo
-share/locale/sk/LC_MESSAGES/pavuk.mo
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/BUGS
+%%PORTDOCS%%%%DOCSDIR%%/CREDITS
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/FAQ
+%%PORTDOCS%%%%DOCSDIR%%/MAILINGLIST
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
share/pavuk/icons/pavuk_16x16.xpm
share/pavuk/icons/pavuk_32x32.xpm
share/pavuk/icons/pavuk_64x64.xpm
@@ -23,4 +16,4 @@ share/pavuk/icons/pavuk_as_icon.xpm
share/pavuk/icons/pavuk_prg_icon.xpm
@dirrm share/pavuk/icons
@dirrm share/pavuk
-%%PORTDOCS%%@dirrm share/doc/pavuk
+%%PORTDOCS%%@dirrm %%DOCSDIR%%