Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2003 07:01:20 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47489: Update port: lang/mixal
Message-ID:  <20030126070120.49ead06a.tkato@prontomail.com>

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

>Number:         47489
>Category:       ports
>Synopsis:       Update port: lang/mixal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 25 14:10:12 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Utilize NOPORTDOCS

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/lang/mixal/Makefile lang/mixal/Makefile
--- /usr/ports/lang/mixal/Makefile	Fri Nov  8 21:24:36 2002
+++ lang/mixal/Makefile	Sat Jan 25 06:17:33 2003
@@ -8,25 +8,24 @@
 
 PORTNAME=	mixal
 PORTVERSION=	1.07
+PORTREVISION=	1
 CATEGORIES=	lang
-MASTER_SITES=	http://www.tuxedo.org/~esr/retro/ \
+MASTER_SITES=	http://www.catb.org/~esr/retro/ \
 		http://dl.droso.net/ports/
 
 MAINTAINER=	ports@FreeBSD.org
 
-ALL_TARGET=
-
-DOCDIR=		${PREFIX}/share/doc/mix
+ALL_TARGET=	# none
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/mix ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCDIR}
-	${INSTALL_DATA} ${WRKSRC}/READ.ME ${DOCDIR}
-	${INSTALL_DATA} ${WRKSRC}/MIX.DOC ${DOCDIR}
-	${INSTALL_DATA} ${WRKSRC}/NOTES ${DOCDIR}
-	${INSTALL_DATA} ${WRKSRC}/opcodes ${DOCDIR}
-	${INSTALL_DATA} ${WRKSRC}/*.mix ${DOCDIR}
+	${INSTALL_DATA} ${WRKSRC}/READ.ME ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/MIX.DOC ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/NOTES ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/opcodes ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.mix ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/lang/mixal/pkg-plist lang/mixal/pkg-plist
--- /usr/ports/lang/mixal/pkg-plist	Tue Sep 10 20:15:55 2002
+++ lang/mixal/pkg-plist	Sat Jan 25 06:16:49 2003
@@ -1,9 +1,9 @@
 bin/mix
-share/doc/mix/READ.ME
-share/doc/mix/MIX.DOC
-share/doc/mix/NOTES
-share/doc/mix/opcodes
-share/doc/mix/elevator.mix
-share/doc/mix/mystery.mix
-share/doc/mix/prime.mix
+%%PORTDOCS%%share/doc/mixal/MIX.DOC
+%%PORTDOCS%%share/doc/mixal/NOTES
+%%PORTDOCS%%share/doc/mixal/READ.ME
+%%PORTDOCS%%share/doc/mixal/elevator.mix
+%%PORTDOCS%%share/doc/mixal/mystery.mix
+%%PORTDOCS%%share/doc/mixal/opcodes
+%%PORTDOCS%%share/doc/mixal/prime.mix
 @dirrm share/doc/mix
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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