diff options
author | rillig <rillig@pkgsrc.org> | 2007-09-29 12:38:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-09-29 12:38:54 +0000 |
commit | fed3c309729145a35e8c6e0f73534575e99c7185 (patch) | |
tree | 2f5f732dff6e486b12b9557084368d76802ccb6f /devel | |
parent | 072c094c7c6978b83c505789fc105edb476a2bc1 (diff) | |
download | pkgsrc-fed3c309729145a35e8c6e0f73534575e99c7185.tar.gz |
Need pre-created directories.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsup/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cvsup/Makefile.common b/devel/cvsup/Makefile.common index 82e97825158..a5db0eac19c 100644 --- a/devel/cvsup/Makefile.common +++ b/devel/cvsup/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2007/02/17 20:59:48 wiz Exp $ +# $NetBSD: Makefile.common,v 1.11 2007/09/29 12:38:54 rillig Exp $ DISTNAME= cvsup-snap-16.1h CATEGORIES= devel net scm @@ -40,6 +40,8 @@ M3FLAGS+= -DSTATIC STATIC= -static .endif +INSTALLATION_DIRS_FROM_PLIST= yes + EGDIR= ${PREFIX}/share/examples/cvsup post-install: |