Index: head/net/jwhois/Makefile =================================================================== --- head/net/jwhois/Makefile (revision 148079) +++ head/net/jwhois/Makefile (revision 148080) @@ -1,53 +1,53 @@ # New ports collection makefile for: jwhois # Date created: 15 Jul 2000 # Whom: matusita@jp.FreeBSD.org # # $FreeBSD$ # PORTNAME= jwhois PORTVERSION= 3.2.3 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= jwhois MAINTAINER= matusita@FreeBSD.org COMMENT=An improved WHOIS client capable of selecting server to query GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib" CONFIGURE_ARGS= --localstatedir=${PREFIX}/var/jwhois .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB= NLS="@comment " .else PLIST_SUB= NLS="" .endif INSTALL_TARGET= install-strip MANLANG= "" sv MAN1= jwhois.1 INFO= jwhois .include .if exists(${FILESDIR}/jwhois.conf) JWHOIS_CONF_SRC=${FILESDIR}/jwhois.conf .else JWHOIS_CONF_SRC=${WRKSRC}/example/jwhois.conf .endif post-install: ${MKDIR} ${PREFIX}/var/jwhois ${CHOWN} :nogroup ${PREFIX}/var/jwhois ${CHMOD} g+w ${PREFIX}/var/jwhois ${CHOWN} :nogroup ${PREFIX}/bin/jwhois ${CHMOD} g+s ${PREFIX}/bin/jwhois ${INSTALL_DATA} ${JWHOIS_CONF_SRC} ${PREFIX}/etc/jwhois.conf.sample if [ ! -f ${PREFIX}/etc/jwhois.conf ]; then ${INSTALL_DATA} ${PREFIX}/etc/jwhois.conf.sample ${PREFIX}/etc/jwhois.conf; fi .include Property changes on: head/net/jwhois/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/net/jwhois/pkg-plist =================================================================== --- head/net/jwhois/pkg-plist (revision 148079) +++ head/net/jwhois/pkg-plist (revision 148080) @@ -1,25 +1,27 @@ bin/jwhois @unexec if cmp -s %D/etc/jwhois.conf %D/etc/jwhois.conf.sample; then rm -f %D/etc/jwhois.conf; fi etc/jwhois.conf.sample @exec if [ ! -f %B/jwhois.conf ]; then cp %B/%f %B/jwhois.conf; fi %%NLS%%share/locale/es/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/fr/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/hu/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/id/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/it/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/nl/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/pl/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/ro/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/ru/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/rw/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/sv/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/tr/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/vi/LC_MESSAGES/jwhois.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/jwhois.mo @exec mkdir -p %D/var/jwhois 2>/dev/null || true @unexec rm -f %D/var/jwhois/jwhois.db 2>/dev/null || true @unexec rmdir %D/var/jwhois 2>/dev/null || true @unexec rmdir %D/var 2>/dev/null || true @unexec rmdir %D/man/sv/man1 2>/dev/null || true @unexec rmdir %D/man/sv 2>/dev/null || true +@unexec rmdir %D/share/locale/rw/LC_MESSAGES +@unexec rmdir %D/share/locale/rw Property changes on: head/net/jwhois/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property