Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2003 16:10:03 -0800 (PST)
From:      "Simon 'portlint' Schubert" <corecode@corecode.ath.cx>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/49008: New port: makepasswd, random password generator
Message-ID:  <200303080010.h280A3f4005759@freefall.freebsd.org>

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

From: "Simon 'portlint' Schubert" <corecode@corecode.ath.cx>
To: Toni Viemero <toni.viemero@iki.fi>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/49008: New port: makepasswd, random password generator
Date: Fri, 7 Mar 2003 20:31:39 +0100

 --=.0N6NrpUcIXKZ1f
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Lately Toni Viemero told:
 
 > sed 's/^X//' >makepasswd/Makefile << 'END-of-makepasswd/Makefile'
 [...]
 > XMASTER_SITES=  http://ftp.debian.org/debian/dists/potato/main/source/admin/
 
 i think you want
 MASTER_SITES=	${MASTER_SITE_DEBIAN}
 MASTER_SITE_SUBDIR=	dists/potato/main/source/admin/
 
 > XDISTNAME=      ${PORTNAME}_${PORTVERSION}.orig
 [...]
 > XWRKSRC=                ${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 i know that portlint isn't happy with that solution but i'd do
 
 DISTFILES=	${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX}
 and remove the WRKSRC definition
 
 > X.include <bsd.port.pre.mk>
 
 what for?
 
 > X       ${INSTALL_DATA} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
 
 ${INSTALL_MAN}.
 
 you forgot
 USE_PERL5_RUN=	yes
 
 cheers
   simon
 
 -- 
 /"\   http://corecode.ath.cx/#donate
 \ /
  \     ASCII Ribbon Campaign
 / \  Against HTML Mail and News
 
 --=.0N6NrpUcIXKZ1f
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+aPOmr5S+dk6z85oRAh0mAKD4UmRI4D7/5NTRrp7WsQIIOHSYOQCeNtaQ
 oBlEnPzO98eIzBdGO3+kTEM=
 =ErTo
 -----END PGP SIGNATURE-----
 
 --=.0N6NrpUcIXKZ1f--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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