Bug 95955 - [PATCH] textproc/docbook-310 broken
Summary: [PATCH] textproc/docbook-310 broken
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-17 19:30 UTC by Matthias Lederhofer
Modified: 2006-04-21 14:08 UTC (History)
0 users

See Also:


Attachments
file.diff (589 bytes, patch)
2006-04-17 19:30 UTC, Matthias Lederhofer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Lederhofer 2006-04-17 19:30:13 UTC
Installing textproc/docbook-310 fails because UNZIP_CMD cannot be found, reason (taken from the diff of ports/textproc/docbook-310/Makefile 1.21->1.22):
-	@unzip -a -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR}/${PORTVERSION}
+	@{UNZIP_CMD} -a -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR}/${PORTVERSION}
There is just the $ missing.

How-To-Repeat: cd /usr/port/textproc/docbook-310
make install
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2006-04-21 14:07:57 UTC
State Changed
From-To: open->closed

Committed, thanks!