Bug 29470 - [new port] textproc/xslint for XSL checker by Norman Walsh
Summary: [new port] textproc/xslint for XSL checker by Norman Walsh
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: dd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-05 18:10 UTC by Alex Kapranoff
Modified: 2001-08-11 21:03 UTC (History)
0 users

See Also:


Attachments
file.shar (2.83 KB, text/plain)
2001-08-05 18:10 UTC, Alex Kapranoff
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!