diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | e46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /sysutils/sarah/Makefile | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'sysutils/sarah/Makefile')
-rw-r--r-- | sysutils/sarah/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/sarah/Makefile b/sysutils/sarah/Makefile index 43a897012e1..aae6c9421fd 100644 --- a/sysutils/sarah/Makefile +++ b/sysutils/sarah/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:53:50 grant Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:35 jlam Exp $ DISTNAME= sarah-0.7b CATEGORIES= sysutils @@ -18,6 +18,8 @@ USE_PERL5= YES REPLACE_PERL= sarah NO_BUILD= YES +INSTALLATION_DIRS= bin man/man1 + post-patch: ${SED} -e "s,/usr/local,${PREFIX},g" \ -e "s,syslog.pid,syslogd.pid,g" \ |