diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-10 23:54:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-10 23:54:21 +0000 |
commit | 35a507882d693b2532208d83d5e8fb21e2c97598 (patch) | |
tree | b49d1cea7c5faa336b284d64e6cf3e137d136b42 /net/rsync/Makefile | |
parent | aee98a9a4b21a3de5ae6a1c96d8fe29949772939 (diff) | |
download | pkgsrc-35a507882d693b2532208d83d5e8fb21e2c97598.tar.gz |
Always use included popt.
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 7753db4cb91..44a8c4ed3d2 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2002/01/10 11:00:19 martti Exp $ +# $NetBSD: Makefile,v 1.37 2002/01/10 23:54:21 wiz Exp $ DISTNAME= rsync-2.5.1 CATEGORIES= net @@ -11,7 +11,8 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://rsync.samba.org/ COMMENT= Network file distribution/synchronisation utility -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-included-popt post-install: @strip ${PREFIX}/bin/rsync |