diff options
author | agc <agc> | 1998-06-03 13:16:56 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-03 13:16:56 +0000 |
commit | f05c5dc174eafa887885e2f8eeb3c82e24ec4b4a (patch) | |
tree | 99ee74dce2d117da0e6777a498e66b443e74e9ad /net/rsync | |
parent | 9cf08f3dd2ca6a5d1048e56f21023ac89d8a2610 (diff) | |
download | pkgsrc-f05c5dc174eafa887885e2f8eeb3c82e24ec4b4a.tar.gz |
Include bsd.prefs.mk so that variables can be set in /etc/mk.conf
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 0a32de8b334..53fdfc0d4b2 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/20 11:56:30 frueauf Exp $ +# $NetBSD: Makefile,v 1.6 1998/06/03 13:16:56 agc Exp $ # FreeBSD Id: Makefile,v 1.10 1998/01/03 10:14:21 obrien Exp # @@ -14,6 +14,8 @@ MAINTAINER= packages@netbsd.org GNU_CONFIGURE= yes MAN1= rsync.1 +.include "../../mk/bsd.prefs.mk" + post-install: @strip ${PREFIX}/bin/rsync .if !defined(NOPORTDOCS) |