diff options
-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: |