diff options
author | schmonz <schmonz> | 2007-01-18 23:08:24 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2007-01-18 23:08:24 +0000 |
commit | 46b63e3016943cd813cd5733171f16452d905492 (patch) | |
tree | 2a175e7ce5a296d4d53542322fe6c04ad6e54779 /mail/rss2email/Makefile | |
parent | 8123bee9bf5d7b6e23567a4ee44c770ae328f220 (diff) | |
download | pkgsrc-46b63e3016943cd813cd5733171f16452d905492.tar.gz |
Instead of creating files from patches, place them readably in
${FILESDIR} for easier tracking of external changes (e.g., Debian,
whence they came). No functional change.
Diffstat (limited to 'mail/rss2email/Makefile')
-rw-r--r-- | mail/rss2email/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/rss2email/Makefile b/mail/rss2email/Makefile index 2df7c495b2e..c6730d27966 100644 --- a/mail/rss2email/Makefile +++ b/mail/rss2email/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/01/07 09:13:59 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2007/01/18 23:08:24 schmonz Exp $ # DISTNAME= rss2email-2.59 @@ -31,7 +31,8 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-extract: ${_PKG_SILENT}${_PKG_DEBUG} \ - ${CP} ${DISTDIR}/${DISTFILES:Q} ${WRKSRC}/rss2email.py + ${CP} ${DISTDIR}/${DISTFILES:Q} ${WRKSRC}/rss2email.py; \ + cd ${FILESDIR} && cp config.py r2e r2e.1 ${WRKSRC} do-install: cd ${WRKSRC} && \ |