ports/185729: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Thu Jan 16 15:10:02 UTC 2014
The following reply was made to PR ports/185729; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/185729: commit references a PR
Date: Thu, 16 Jan 2014 15:07:35 +0000 (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 at 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 at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ports-bugs
mailing list