summaryrefslogtreecommitdiff
path: root/textproc/rfcutil
diff options
context:
space:
mode:
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"