Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2014 15:10:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/185729: commit references a PR
Message-ID:  <201401161510.s0GFA2sQ043837@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/185729; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401161510.s0GFA2sQ043837>