Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2001 17:25:40 -0400 (EDT)
From:      Patrick Li <pat@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30853: Fix sysutils/wmcube-gdk
Message-ID:  <200109262125.f8QLPel37689@cc92687-a.wlgrv1.pa.home.com>

next in thread | raw e-mail | index | archive | help

>Number:         30853
>Category:       ports
>Synopsis:       Fix sysutils/wmcube-gdk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 26 14:30:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Sep 21 14:27:29 EDT 2001 root@:/usr/src/sys/compile/BOTTLENEK i386
>Description:
oops my bad again
>How-To-Repeat:
N/A
>Fix:
diff -ruN /usr/ports/sysutils/wmcube-gdk/Makefile wmcube-gdk/Makefile
--- /usr/ports/sysutils/wmcube-gdk/Makefile	Tue Sep 25 23:07:37 2001
+++ wmcube-gdk/Makefile	Wed Sep 26 16:14:34 2001
@@ -27,15 +27,15 @@
 
 post-install:
 .for files in *.wmc
-	@${MKDIR} ${PREFIX}/share/${DISTNAME}
+	@${MKDIR} ${PREFIX}/share/wmcube-gdk
 	@${INSTALL_DATA} ${WRKSRC}/3dObjects/${files} \
-		${PREFIX}/share/${DISTNAME}
+		${PREFIX}/share/wmcube-gdk
 .endfor
 .ifndef(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/${DISTNAME}
+	@${MKDIR} ${PREFIX}/share/doc/wmcube-gdk
 .for file in CHANGES README README.GDK TODO
 	@${INSTALL_DATA} ${WRKSRC}/${file} \
-		${PREFIX}/share/doc/${DISTNAME}
+		${PREFIX}/share/doc/wmcube-gdk
 .endfor
 .endif #NOPORTDOCS
 	@${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE}
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109262125.f8QLPel37689>