diff options
Diffstat (limited to 'net/fmirror/Makefile')
-rw-r--r-- | net/fmirror/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/fmirror/Makefile b/net/fmirror/Makefile index b3817bd4afb..033d39d57af 100644 --- a/net/fmirror/Makefile +++ b/net/fmirror/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 22:51:10 grant Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:39 joerg Exp $ DISTNAME= fmirror-0.8.4 CATEGORIES= net @@ -7,6 +7,8 @@ MASTER_SITES= ftp://ftp.guardian.no/pub/free/ftp/fmirror/ MAINTAINER= he@NetBSD.org COMMENT= Mirror program for FTP sites (written in C) +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datadir=${PREFIX}/share/examples |