summaryrefslogtreecommitdiff
path: root/converters/mpack/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-16 23:47:44 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-16 23:47:44 +0000
commitda0698d22caf1dc8fbad517d6ef5354a0d64abf2 (patch)
tree7012308b659c56b93952091a0661243881c693a0 /converters/mpack/Makefile
parentNew MASTER_SITE and add WWW to description. (diff)
Make this port PREFIX friendly.
Notes
Notes: svn path=/head/; revision=18850
Diffstat (limited to 'converters/mpack/Makefile')
-rw-r--r--converters/mpack/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/mpack/Makefile b/converters/mpack/Makefile
index b72b2280ac1a..e339614c07fb 100644
--- a/converters/mpack/Makefile
+++ b/converters/mpack/Makefile
@@ -3,7 +3,7 @@
# Date created: 1 May 1995
# Whom: ache
#
-# $Id: Makefile,v 1.6 1996/11/18 14:04:07 asami Exp $
+# $Id: Makefile,v 1.7 1997/04/26 23:55:23 asami Exp $
#
DISTNAME= mpack-1.5-src
@@ -15,7 +15,8 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ache@FreeBSD.ORG
WRKSRC= ${WRKDIR}/mpack
-MAKEFLAGS= -DDESTDIR=${PREFIX} -f
+MAKEFLAGS= -f
+MAKE_ENV+= DESTDIR=${PREFIX}
MAN1= mpack.1 munpack.1
.include <bsd.port.mk>