Bug 186325 - stagify japanese/dvi2tty
Summary: stagify 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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-01 04:30 UTC by TsurutaniNaoki
Modified: 2014-02-02 16:50 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.10 KB, patch)
2014-02-01 04:30 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-01 04:30:01 UTC
	stagify.
	use pkg-plist.
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2014-02-02 16:33:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2014-02-02 16:45:52 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-02 16:46:06 UTC
Author: pawel
Date: Sun Feb  2 16:45:44 2014
New Revision: 342336
URL: http://svnweb.freebsd.org/changeset/ports/342336
QAT: https://qat.redports.org/buildarchive/r342336/

Log:
  Stage support
  
  PR:		ports/186325
  Submitted by:	maintainer

Modified:
  head/japanese/dvi2tty/Makefile

Modified: head/japanese/dvi2tty/Makefile
==============================================================================
--- head/japanese/dvi2tty/Makefile	Sun Feb  2 16:44:11 2014	(r342335)
+++ head/japanese/dvi2tty/Makefile	Sun Feb  2 16:45:44 2014	(r342336)
@@ -21,15 +21,17 @@ RUN_DEPENDS=	jless:${PORTSDIR}/japanese/
 
 CONFLICTS=	dvi2tty-[0-9]*
 
-PLIST_FILES=	bin/jdvi2tty bin/dvi2tty bin/disdvi
+PLIST_FILES=	bin/jdvi2tty \
+		bin/dvi2tty \
+		bin/disdvi \
+		man/man1/dvi2tty.1.gz \
+		man/man1/jdvi2tty.1.gz
 
-MAN1=		dvi2tty.1
-MLINKS=		dvi2tty.1 jdvi2tty.1
-
-NO_STAGE=	yes
 do-install:
-	cd ${WRKSRC} && ${INSTALL_PROGRAM} jdvi2tty disdvi ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/dvi2tty.1 ${PREFIX}/man/man1
-	${LN} -sf ${PREFIX}/bin/jdvi2tty ${PREFIX}/bin/dvi2tty
+	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
 
 .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"