Bug 185729 - [MAINTAINER] STAGEify sysutils/pwd_unmkdb
Summary: [MAINTAINER] STAGEify sysutils/pwd_unmkdb
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: 2014-01-13 05:50 UTC by fullermd
Modified: 2014-01-16 15:10 UTC (History)
0 users

See Also:


Attachments
file.diff (685 bytes, patch)
2014-01-13 05:50 UTC, fullermd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fullermd 2014-01-13 05:50:00 UTC

    
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2014-01-16 15:07:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-16 15:07:35 UTC
Author: miwi
Date: Thu Jan 16 15:07:23 2014
New Revision: 339918
URL: http://svnweb.freebsd.org/changeset/ports/339918
QAT: https://qat.redports.org/buildarchive/r339918/

Log:
  - Stageify
  
  PR:		185729
  Submitted by:	maintainer

Modified:
  head/sysutils/pwd_unmkdb/Makefile

Modified: head/sysutils/pwd_unmkdb/Makefile
==============================================================================
--- head/sysutils/pwd_unmkdb/Makefile	Thu Jan 16 15:06:13 2014	(r339917)
+++ head/sysutils/pwd_unmkdb/Makefile	Thu Jan 16 15:07:23 2014	(r339918)
@@ -10,12 +10,10 @@ MASTER_SITES=	http://www.over-yonder.net
 MAINTAINER=	fullermd@over-yonder.net
 COMMENT=	Recover a master.passwd from the hashed database
 
-MAN8=		pwd_unmkdb.8
-PLIST_FILES=	sbin/pwd_unmkdb
+PLIST_FILES=	man/man8/pwd_unmkdb.8.gz sbin/pwd_unmkdb
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/pwd_unmkdb ${PREFIX}/sbin
-	${INSTALL_MAN} ${WRKSRC}/pwd_unmkdb.8 ${MAN8PREFIX}/man/man8
+	${INSTALL_PROGRAM} ${WRKSRC}/pwd_unmkdb ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_MAN} ${WRKSRC}/pwd_unmkdb.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
 
 .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"