summaryrefslogtreecommitdiff
path: root/textproc/rfcutil
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-02-16 18:44:40 +0000
committerjoerg <joerg@pkgsrc.org>2009-02-16 18:44:40 +0000
commit75c5a5c3e5c6c6a16ca35d04688ff939035f7567 (patch)
treefc7342abe7027bb3bf3435d8dbc8cfe8cd7419ab /textproc/rfcutil
parente65ca4fdd76858ccfd6347a48b621aa54470c4d9 (diff)
downloadpkgsrc-75c5a5c3e5c6c6a16ca35d04688ff939035f7567.tar.gz
DESTDIR support
Diffstat (limited to 'textproc/rfcutil')
-rw-r--r--textproc/rfcutil/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/rfcutil/Makefile b/textproc/rfcutil/Makefile
index 4a8e96aa376..32de926ab08 100644
--- a/textproc/rfcutil/Makefile
+++ b/textproc/rfcutil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2009/01/04 15:37:07 hubertf Exp $
+# $NetBSD: Makefile,v 1.17 2009/02/16 18:48:54 joerg Exp $
#
DISTNAME= rfc-3.2
@@ -12,6 +12,8 @@ MAINTAINER= zuntum@NetBSD.org
HOMEPAGE= http://www.dewn.com/rfc/
COMMENT= Search for RFCs and do ports, services & protocol lookups
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}
EXTRACT_ONLY= #
@@ -31,6 +33,6 @@ do-extract:
<${DISTDIR}/${DISTNAME} >${WRKSRC}/rfc
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/rfc ${PREFIX}/bin/rfc
+ ${INSTALL_SCRIPT} ${WRKSRC}/rfc ${DESTDIR}${PREFIX}/bin/rfc
.include "../../mk/bsd.pkg.mk"