Bug 186538 - fix symbolic link in japanese/dvi2tty
Summary: fix symbolic link in japanese/dvi2tty
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-07 17:10 UTC by TsurutaniNaoki
Modified: 2014-02-09 10:10 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (515 bytes, patch)
2014-02-07 17:10 UTC, TsurutaniNaoki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2014-02-07 17:10:00 UTC
	mistakes in stagifying; symlink points absolute path.

Fix: here is a patch:
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-02-09 10:03:30 UTC
Author: rm
Date: Sun Feb  9 10:03:23 2014
New Revision: 343441
URL: http://svnweb.freebsd.org/changeset/ports/343441
QAT: https://qat.redports.org/buildarchive/r343441/

Log:
  - correct man-page symlink path
  - bump PORTREVISION
  
  PR:		186538
  Submitted by:	    Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> (maintainer)

Modified:
  head/japanese/dvi2tty/Makefile

Modified: head/japanese/dvi2tty/Makefile
==============================================================================
--- head/japanese/dvi2tty/Makefile	Sun Feb  9 09:37:58 2014	(r343440)
+++ head/japanese/dvi2tty/Makefile	Sun Feb  9 10:03:23 2014	(r343441)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dvi2tty
 PORTVERSION=	5.0
+PORTREVISION=	1
 CATEGORIES=	japanese print
 MASTER_SITES=	LOCAL
 MASTER_SITE_SUBDIR=	hrs
@@ -31,7 +32,6 @@ do-install:
 	cd ${WRKSRC} && ${INSTALL_PROGRAM} jdvi2tty disdvi ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/dvi2tty.1 ${STAGEDIR}${PREFIX}/man/man1
 	${LN} -sf ${PREFIX}/bin/jdvi2tty ${STAGEDIR}${PREFIX}/bin/dvi2tty
-	${LN} -sf ${PREFIX}/man/man1/dvi2tty.1.gz \
-		${STAGEDIR}${PREFIX}/man/man1/jdvi2tty.1.gz
+	${LN} -sf dvi2tty.1.gz ${STAGEDIR}${PREFIX}/man/man1/jdvi2tty.1.gz
 
 .include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-09 10:03:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-09 10:03:44 UTC
State Changed
From-To: open->closed

Committed, thank you!