Bug 29470

Summary: [new port] textproc/xslint for XSL checker by Norman Walsh
Product: Ports & Packages Reporter: Alex Kapranoff <alex>
Component: Individual Port(s)Assignee: dd <dd>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Alex Kapranoff 2001-08-05 18:10:00 UTC

    
Comment 1 dd freebsd_committer freebsd_triage 2001-08-09 06:59:13 UTC
Responsible Changed
From-To: freebsd-ports->dd

I'll look at and take care of this.
Comment 2 Alex Kapranoff 2001-08-09 08:26:41 UTC
There's a typo in submitted Makefile.
Here's a patch against the version in the sharball:

--- Makefile.orig	Thu Aug  9 11:24:33 2001
+++ Makefile	Thu Aug  9 11:19:42 2001
@@ -27,10 +27,10 @@
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCDIR}
-	${INSTALL_DATA} ${WRKSRC}/xslint.html ${DOCDIR}
-	${INSTALL_DATA} ${WRKSRC}/xslint.xml ${DOCDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/xslint.html ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/xslint.xml ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>

-- 
Alex Kapranoff,                              Voice: +7(0832)791845
We've lived 220 days in the brand new millenium...
Comment 3 dd freebsd_committer freebsd_triage 2001-08-11 21:03:25 UTC
State Changed
From-To: open->closed

Committed, thanks!