From swhetzel@gmail.com  Sun Sep 29 20:09:57 2013
Return-Path: <swhetzel@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 0DDD3C92
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Sep 2013 20:09:57 +0000 (UTC)
	(envelope-from swhetzel@gmail.com)
Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id D06AD26BC
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Sep 2013 20:09:56 +0000 (UTC)
Received: by mail-ie0-f173.google.com with SMTP id ar20so8362425iec.18
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Sep 2013 13:09:56 -0700 (PDT)
Received: from fbsd10 ([206.126.209.6])
        by mx.google.com with ESMTPSA id w4sm12453484igb.5.1969.12.31.16.00.00
        (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
        Sun, 29 Sep 2013 13:09:55 -0700 (PDT)
Received: from fbsd10 (localhost [127.0.0.1])
	by fbsd10 (8.14.7/8.14.7) with ESMTP id r8TK9raN007586
	(version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-GCM-SHA384 bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Sep 2013 15:09:53 -0500 (CDT)
	(envelope-from root@fbsd10)
Received: (from root@localhost)
	by fbsd10 (8.14.7/8.14.7/Submit) id r8TK9rSb007585;
	Sun, 29 Sep 2013 15:09:53 -0500 (CDT)
	(envelope-from root)
Message-Id: <201309292009.r8TK9rSb007585@fbsd10>
Date: Sun, 29 Sep 2013 15:09:53 -0500 (CDT)
From: "Scot W. Hetzel" <swhetzel@gmail.com>
Reply-To: "Scot W. Hetzel" <swhetzel@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: net/wizd: svn revision 302141 broke install of port
X-Send-Pr-Version: 3.114
X-GNATS-Notify: kikuchan@uranus.dti.ne.jp

>Number:         182495
>Category:       ports
>Synopsis:       net/wizd: svn revision 302141 broke install of port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    tijl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 29 20:20:00 UTC 2013
>Closed-Date:    Tue Nov 12 17:30:46 CET 2013
>Last-Modified:  Tue Nov 12 16:40:00 UTC 2013
>Originator:     Scot W. Hetzel
>Release:        FreeBSD 10.0-ALPHA2 i386
>Organization:
>Environment:
System: FreeBSD fbsd10 10.0-ALPHA2 FreeBSD 10.0-ALPHA2 #0 r255731: Sat Sep 21 08:56:02 CDT 2013 root@fbsd10:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Revision 302141 broke the port when it changed the name of the rc.d script from
wizd.sh to wizd.  This breakage was caused due to the port defines NO_WRKSUBDIR, and builds ${WRKDIR}/wizd.  Then when the port goes to install the rc.d script, USE_SUBR overwrites ${WRKDIR}/wizd with the ${FILEDIR}/wizd.in.

>How-To-Repeat:
Check out revision 302141
cd /usr/ports
svn{,lite} update -r 302141 net/wizd
cd net/wizd

root@fbsd10:/usr/ports/net/wizd # make build
:
root@fbsd10:/usr/ports/net/wizd # file work/wizd
work/wizd: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 10.0 (1000055), stripped

root@fbsd10:/usr/ports/net/wizd # make install
===>  Staging for wizd-24_5
===>   wizd-24_5 depends on executable: nkf - found
===>   wizd-24_5 depends on shared library: dvdread - found
===>   wizd-24_5 depends on shared library: jpeg - found
===>   Generating temporary packing list
install  -s -o root -g wheel -m 555 /usr/ports/net/wizd/work/wizd /usr/ports/net/wizd/work/stage/usr/local/bin
strip: /usr/ports/net/wizd/work/stage/usr/local/bin/wizd: File format not recognized
install: wait: No such file or directory
*** Error code 70

Stop.
make: stopped in /usr/ports/net/wizd

root@fbsd10:/usr/ports/net/wizd # file work/wizd
work/wizd: POSIX shell script, ASCII text executable
>Fix:

- Remove NO_WRKSUBDIR
- Change EXTRACT_AFTER_ARGS to extract the sources to WRKSRC
- Update the port to support stage

To restore the port check out revision 323759 and apply the below patch:

--- wizd.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 323759)
+++ Makefile	(working copy)
@@ -19,13 +19,9 @@
 		jpeg:${PORTSDIR}/graphics/jpeg
 RUN_DEPENDS=	nkf:${PORTSDIR}/japanese/nkf
 
-DEPRECATED=	Broken for more than 6 month
-EXPIRATION_DATE=	2013-08-27
-BROKEN=		does not install
-
-NO_WRKSUBDIR=	yes
 USE_DOS2UNIX=	Makefile
 USE_ZIP=	yes
+EXTRACT_AFTER_ARGS=	-d ${WRKSRC}
 USE_RC_SUBR=	wizd
 
 post-patch:
@@ -32,17 +28,17 @@
 	@${REINPLACE_CMD} -e 's|./skin|${DATADIR}/skins|' ${WRKSRC}/wizd.conf
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/wizd ${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/wizd.conf ${PREFIX}/etc/wizd.conf.sample
+	${INSTALL_PROGRAM} ${WRKSRC}/wizd ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_DATA} ${WRKSRC}/wizd.conf ${STAGEDIR}${PREFIX}/etc/wizd.conf.sample
 
-	${MKDIR} ${DATADIR}/skins
+	${MKDIR} ${STAGEDIR}${DATADIR}/skins
 .for DIR in simplicity simplicity_hires
-	cd ${WRKSRC} && ${COPYTREE_SHARE} ${DIR} ${DATADIR}/skins
+	cd ${WRKSRC} && ${COPYTREE_SHARE} ${DIR} ${STAGEDIR}${DATADIR}/skins
 .endfor
 
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/ChangeLog.txt ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/ChangeLog.txt ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
--- wizd.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Tijl Coosemans <tijl@FreeBSD.org>
To: bug-followup@FreeBSD.org, swhetzel@gmail.com
Cc:  
Subject: Re: ports/182495: net/wizd: svn revision 302141 broke install of
 port
Date: Sat, 19 Oct 2013 23:08:31 +0200

 Hi Scot,
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182495
 
 The port seems to have been removed back in August.  Do you think it's
 worthwhile to restore it?  Do you want to be maintainer?

From: Scot Hetzel <swhetzel@gmail.com>
To: Tijl Coosemans <tijl@freebsd.org>, kikuchan@uranus.dti.ne.jp
Cc: bug-followup@freebsd.org
Subject: Re: ports/182495: net/wizd: svn revision 302141 broke install of port
Date: Sat, 19 Oct 2013 17:26:32 -0500

 On Sat, Oct 19, 2013 at 4:08 PM, Tijl Coosemans <tijl@freebsd.org> wrote:
 > Hi Scot,
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182495
 >
 > The port seems to have been removed back in August.  Do you think it's
 > worthwhile to restore it?  Do you want to be maintainer?
 
 I don't use the port, but there is one user waiting for the port to be restored.
 
 Kikuchan would you like to be come the new maintainer of this port if
 it is restored?
 
 -- 
 DISCLAIMER:
 
 No electrons were maimed while sending this message. Only slightly bruised.

From: kikuchan@uranus.dti.ne.jp
To: swhetzel@gmail.com
Cc: tijl@freebsd.org, bug-followup@freebsd.org
Subject: Re: ports/182495: net/wizd: svn revision 302141 broke install of port
Date: Tue,  5 Nov 2013 02:07:31 +0900 (JST)

 Hello Scot,
 
 Sorry for the late reply.
 
 > Kikuchan would you like to be come the new maintainer of this port if
 > it is restored?
 
 Yes, I'd love to.
 
 By the way, the program itself is no longer maintained.
 Is it possible to restore the port?
 
 Regards,
 Kikuchan
Responsible-Changed-From-To: freebsd-ports-bugs->tijl 
Responsible-Changed-By: tijl 
Responsible-Changed-When: Mon Nov 4 18:42:24 CET 2013 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182495 
State-Changed-From-To: open->closed 
State-Changed-By: tijl 
State-Changed-When: Tue Nov 12 17:29:19 CET 2013 
State-Changed-Why:  
Committed in r333588 with additional changes. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182495 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182495: commit references a PR
Date: Tue, 12 Nov 2013 16:29:02 +0000 (UTC)

 Author: tijl
 Date: Tue Nov 12 16:28:52 2013
 New Revision: 333588
 URL: http://svnweb.freebsd.org/changeset/ports/333588
 
 Log:
   - Ressurect net/wizd and assign to new maintainer.
   - Extract files in WRKSRC rather than WRKDIR because USE_RC_SUBR=wizd
     overwrites WRKDIR/wizd.
   - Remove carriage return from existing patches.
   - Add patches to fix parallel build.
   - Staging.
   
   PR:		ports/182495
   Submitted by:	"Scot W. Hetzel" <swhetzel@gmail.com>
 
 Added:
   head/net/wizd/
      - copied from r325482, head/net/wizd/
   head/net/wizd/files/patch-nkfwrap-Makefile   (contents, props changed)
 Modified:
   head/MOVED
   head/net/Makefile
   head/net/wizd/Makefile   (contents, props changed)
   head/net/wizd/files/patch-Makefile   (contents, props changed)
   head/net/wizd/files/patch-nkfwrap__nkfwrap_test.c   (contents, props changed)
   head/net/wizd/files/patch-wizd_http.c   (contents, props changed)
   head/net/wizd/files/patch-wizd_menu.c   (contents, props changed)
   head/net/wizd/pkg-descr   (contents, props changed)
   head/net/wizd/pkg-plist   (contents, props changed)
 Directory Properties:
   head/net/wizd/distinfo   (props changed)
   head/net/wizd/files/wizd.in   (props changed)
 
 Modified: head/MOVED
 ==============================================================================
 --- head/MOVED	Tue Nov 12 16:16:34 2013	(r333587)
 +++ head/MOVED	Tue Nov 12 16:28:52 2013	(r333588)
 @@ -4849,7 +4849,6 @@ sysutils/empower||2013-08-27|Has expired
  emulators/xgngeo||2013-08-27|Has expired: Broken for more than 6 month
  graphics/geglmm||2013-08-27|Has expired: Broken for more than 6 month
  sysutils/libumberlog||2013-08-27|Has expired: Broken for more than 6 month
 -net/wizd||2013-08-27|Has expired: Broken for more than 6 month
  net-p2p/nicotine-plus||2013-08-27|Has expired: Broken for more than 6 month
  palm/barry||2013-08-27|Has expired: Broken for more than 6 month
  x11-themes/kde-icons-noia-warm||2013-08-27|Has expired: Broken for more than 6 month
 
 Modified: head/net/Makefile
 ==============================================================================
 --- head/net/Makefile	Tue Nov 12 16:16:34 2013	(r333587)
 +++ head/net/Makefile	Tue Nov 12 16:28:52 2013	(r333588)
 @@ -1255,6 +1255,7 @@
      SUBDIR += wired-tracker
      SUBDIR += wireshark
      SUBDIR += wireshark-lite
 +    SUBDIR += wizd
      SUBDIR += wlan2eth
      SUBDIR += wmlj
      SUBDIR += wmnd
 
 Modified: head/net/wizd/Makefile
 ==============================================================================
 --- head/net/wizd/Makefile	Tue Aug 27 18:42:37 2013	(r325482)
 +++ head/net/wizd/Makefile	Tue Nov 12 16:28:52 2013	(r333588)
 @@ -1,9 +1,5 @@
 -# New ports collection makefile for:	wizd
 -# Date created:		2008-06-25
 -# Whom:			Ayumi M <ayu@commun.jp>
 -#
 +# Created by: Ayumi M <ayu@commun.jp>
  # $FreeBSD$
 -#
  
  PORTNAME=	wizd
  PORTVERSION=	24
 @@ -12,37 +8,27 @@ CATEGORIES=	net multimedia
  MASTER_SITES=	SF/${PORTNAME}/Sources/Sources%20v${PORTVERSION}
  DISTFILES=	wizd_sources_v${PORTVERSION}.zip simplicity_v1-2.zip
  
 -MAINTAINER=	ayu@commun.jp
 -COMMENT=	An open-source media server for Syabas-based media players
 +MAINTAINER=	kikuchan@uranus.dti.ne.jp
 +COMMENT=	Open-source media server for Syabas-based media players
  
 -LIB_DEPENDS=	dvdread:${PORTSDIR}/multimedia/libdvdread \
 -		jpeg:${PORTSDIR}/graphics/jpeg
 +LIB_DEPENDS=	libdvdread.so:${PORTSDIR}/multimedia/libdvdread \
 +		libjpeg.so:${PORTSDIR}/graphics/jpeg
  RUN_DEPENDS=	nkf:${PORTSDIR}/japanese/nkf
  
 -DEPRECATED=	Broken for more than 6 month
 -EXPIRATION_DATE=	2013-08-27
 -BROKEN=		does not install
 -
 -NO_WRKSUBDIR=	yes
 -USE_DOS2UNIX=	Makefile
 -USE_ZIP=	yes
 +USE_DOS2UNIX=	Makefile nkfwrap/Makefile nkfwrap/nkfwrap_test.c \
 +		wizd_http.c wizd_menu.c
  USE_RC_SUBR=	wizd
 +USE_ZIP=	yes
 +EXTRACT_AFTER_ARGS=	-d ${WRKSRC}
  
  post-patch:
  	@${REINPLACE_CMD} -e 's|./skin|${DATADIR}/skins|' ${WRKSRC}/wizd.conf
  
  do-install:
 -	${INSTALL_PROGRAM} ${WRKSRC}/wizd ${PREFIX}/bin
 -	${INSTALL_DATA} ${WRKSRC}/wizd.conf ${PREFIX}/etc/wizd.conf.sample
 -
 -	${MKDIR} ${DATADIR}/skins
 -.for DIR in simplicity simplicity_hires
 -	cd ${WRKSRC} && ${COPYTREE_SHARE} ${DIR} ${DATADIR}/skins
 -.endfor
 -
 -.if !defined(NOPORTDOCS)
 -	${MKDIR} ${DOCSDIR}
 -	${INSTALL_DATA} ${WRKSRC}/ChangeLog.txt ${DOCSDIR}
 -.endif
 +	${INSTALL_PROGRAM} ${WRKSRC}/wizd ${STAGEDIR}${PREFIX}/bin
 +	${INSTALL_DATA} ${WRKSRC}/wizd.conf ${STAGEDIR}${PREFIX}/etc/wizd.conf.sample
 +	${MKDIR} ${STAGEDIR}${DATADIR}/skins
 +	cd ${WRKSRC} && ${COPYTREE_SHARE} "simplicity simplicity_hires" \
 +		${STAGEDIR}${DATADIR}/skins
  
  .include <bsd.port.mk>
 
 Modified: head/net/wizd/files/patch-Makefile
 ==============================================================================
 --- head/net/wizd/files/patch-Makefile	Tue Aug 27 18:42:37 2013	(r325482)
 +++ head/net/wizd/files/patch-Makefile	Tue Nov 12 16:28:52 2013	(r333588)
 @@ -1,5 +1,5 @@
 ---- Makefile.orig	2008-08-15 00:53:11.000000000 +0400
 -+++ Makefile	2008-08-15 00:54:11.000000000 +0400
 +--- Makefile.orig	2013-11-12 12:35:19.000000000 +0100
 ++++ Makefile	2013-11-12 15:41:42.000000000 +0100
  @@ -5,19 +5,12 @@
   ################################################################################
   .SUFFIXES: .c .o .obj
 @@ -22,3 +22,12 @@
   
   ### --
   LDFLAGS += -s	# strip symbols
 +@@ -215,7 +208,7 @@
 + 		myavinfo.o wizd_aviread.o
 + 
 + nkfwrap/nkfwrap.o:
 +-	cd nkfwrap; $(MAKE) all
 ++	$(MAKE) -C nkfwrap all
 + 
 + .c.o:
 + 	$(CC) $(CFLAGS) -c $< -o $@
 
 Added: head/net/wizd/files/patch-nkfwrap-Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/net/wizd/files/patch-nkfwrap-Makefile	Tue Nov 12 16:28:52 2013	(r333588)
 @@ -0,0 +1,10 @@
 +--- nkfwrap/Makefile.orig
 ++++ nkfwrap/Makefile
 +@@ -12,7 +12,6 @@
 + 	$(CC) -shared -o libnkf2.so nkfwrap.o
 + 
 + nkfwrap.o: nkf nkf/nkf.c nkf/utf8tbl.c nkf/config.h nkfwrap.c
 +-	$(CC) $(CFLAGS) -c nkfwrap.c
 + 
 + nkfwrap_test: nkfwrap_test.o nkfwrap.o
 + 	$(CC) $(CFLAGS) -o nkfwrap_test nkfwrap_test.o nkfwrap.o $(LDFLAGS)
 
 Modified: head/net/wizd/files/patch-nkfwrap__nkfwrap_test.c
 ==============================================================================
 --- head/net/wizd/files/patch-nkfwrap__nkfwrap_test.c	Tue Aug 27 18:42:37 2013	(r325482)
 +++ head/net/wizd/files/patch-nkfwrap__nkfwrap_test.c	Tue Nov 12 16:28:52 2013	(r333588)
 @@ -1,8 +1,8 @@
  --- nkfwrap/nkfwrap_test.c.orig	2008-07-02 12:30:10.000000000 +0900
  +++ nkfwrap/nkfwrap_test.c	2008-07-02 13:13:52.000000000 +0900
  @@ -1,4 +1,5 @@
 - #include <stdio.h>
 -+#include <string.h>
 - #include "nkfwrap.h"
 - 
 - int main()
 + #include <stdio.h>
 ++#include <string.h>
 + #include "nkfwrap.h"
 + 
 + int main()
 
 Modified: head/net/wizd/files/patch-wizd_http.c
 ==============================================================================
 --- head/net/wizd/files/patch-wizd_http.c	Tue Aug 27 18:42:37 2013	(r325482)
 +++ head/net/wizd/files/patch-wizd_http.c	Tue Nov 12 16:28:52 2013	(r333588)
 @@ -1,20 +1,20 @@
  --- wizd_http.c.orig	2008-07-02 12:30:10.000000000 +0900
  +++ wizd_http.c	2008-07-02 13:12:25.000000000 +0900
  @@ -23,7 +23,9 @@
 - #include <dirent.h>
 - #include <fcntl.h>
 - #include <libgen.h>
 + #include <dirent.h>
 + #include <fcntl.h>
 + #include <libgen.h>
  +#ifdef __CYGWIN32__
 - #include <sys/cygwin.h>
 + #include <sys/cygwin.h>
  +#endif
 - 
 - #include "wizd.h"
 - #include "wizd_skin.h"
 + 
 + #include "wizd.h"
 + #include "wizd_skin.h"
  @@ -1072,7 +1074,6 @@
 - {
 - 	struct stat send_filestat;
 - 	int result;
 --	int len;
 - 
 - 	unsigned char	file_extension[16];
 - 
 + {
 + 	struct stat send_filestat;
 + 	int result;
 +-	int len;
 + 
 + 	unsigned char	file_extension[16];
 + 
 
 Modified: head/net/wizd/files/patch-wizd_menu.c
 ==============================================================================
 --- head/net/wizd/files/patch-wizd_menu.c	Tue Aug 27 18:42:37 2013	(r325482)
 +++ head/net/wizd/files/patch-wizd_menu.c	Tue Nov 12 16:28:52 2013	(r333588)
 @@ -1,20 +1,20 @@
  --- wizd_menu.c.orig	2008-07-02 12:30:10.000000000 +0900
  +++ wizd_menu.c	2008-07-02 13:14:51.000000000 +0900
  @@ -27,7 +27,9 @@
 - #include <errno.h>
 - #include <libgen.h>
 - #include <regex.h>
 + #include <errno.h>
 + #include <libgen.h>
 + #include <regex.h>
  +#ifdef __CYGWIN32__
 - #include <sys/cygwin.h>
 + #include <sys/cygwin.h>
  +#endif
 - 
 - #include <dvdread/dvd_reader.h>
 - #include <dvdread/ifo_types.h>
 + 
 + #include <dvdread/dvd_reader.h>
 + #include <dvdread/ifo_types.h>
  @@ -3432,7 +3434,6 @@
 - 				debug_log_output("ext = '%s'", file_info_p[count].ext);
 - 			}
 - 
 --	checkmime:
 - 			if ((mime = lookup_mime_by_ext(file_info_p[count].ext)) == NULL) {
 - # ifdef HAVE_W32API
 - 				if (strcmp(file_info_p[count].ext, "lnk") == 0) {
 + 				debug_log_output("ext = '%s'", file_info_p[count].ext);
 + 			}
 + 
 +-	checkmime:
 + 			if ((mime = lookup_mime_by_ext(file_info_p[count].ext)) == NULL) {
 + # ifdef HAVE_W32API
 + 				if (strcmp(file_info_p[count].ext, "lnk") == 0) {
 
 Modified: head/net/wizd/pkg-descr
 ==============================================================================
 --- head/net/wizd/pkg-descr	Tue Aug 27 18:42:37 2013	(r325482)
 +++ head/net/wizd/pkg-descr	Tue Nov 12 16:28:52 2013	(r333588)
 @@ -1,4 +1,4 @@
  Wizd is serving all your media files (video, audio, photo...) to your
  Syabas-based network player.
  
 -WWW:	http://wizd.sourceforge.net/
 +WWW: http://wizd.sourceforge.net/
 
 Modified: head/net/wizd/pkg-plist
 ==============================================================================
 --- head/net/wizd/pkg-plist	Tue Aug 27 18:42:37 2013	(r325482)
 +++ head/net/wizd/pkg-plist	Tue Nov 12 16:28:52 2013	(r333588)
 @@ -1,6 +1,7 @@
  bin/wizd
 +@unexec if cmp -s %D/etc/wizd.conf %D/etc/wizd.conf.sample; then rm -f %D/etc/wizd.conf; fi
  etc/wizd.conf.sample
 -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.txt
 +@exec if [ ! -f %B/wizd.conf ]; then cp -p %B/%f %B/wizd.conf; fi
  %%DATADIR%%/skins/simplicity/back-delete.jpg
  %%DATADIR%%/skins/simplicity/back-portal.jpg
  %%DATADIR%%/skins/simplicity/back.jpg
 @@ -199,4 +200,3 @@ etc/wizd.conf.sample
  @dirrm %%DATADIR%%/skins/simplicity
  @dirrm %%DATADIR%%/skins
  @dirrm %%DATADIR%%
 -%%PORTDOCS%%@dirrm %%DOCSDIR%%
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
