diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 23:52:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 23:52:37 +0000 |
commit | bab427bdcd2dd7d4510a434be3e664fa8469dcff (patch) | |
tree | 10adff37b2011a9750c5902600947feff7229a5f /misc | |
parent | 52256ab0aaab2ba618e2599242c7785b5d125dec (diff) |
Support stage
Notes
Notes:
svn path=/head/; revision=349100
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openr2/Makefile | 11 | ||||
-rw-r--r-- | misc/openr2/pkg-plist | 2 |
2 files changed, 2 insertions, 11 deletions
diff --git a/misc/openr2/Makefile b/misc/openr2/Makefile index 9c7b76dc89ec..4ba9b6b2a5fb 100644 --- a/misc/openr2/Makefile +++ b/misc/openr2/Makefile @@ -15,15 +15,4 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" USE_LDCONFIG= yes -MAN5= r2test.conf.5 -MAN8= r2test.8 - -CONF_FILES= etc/r2proto.conf etc/r2test.conf - -NO_STAGE= yes -post-install: -.for f in ${CONF_FILES} - [ -e ${PREFIX}/$f ] || ${INSTALL_DATA} ${PREFIX}/$f-dist ${PREFIX}/$f -.endfor - .include <bsd.port.mk> diff --git a/misc/openr2/pkg-plist b/misc/openr2/pkg-plist index 2a87cada0af3..49ff4acf8c75 100644 --- a/misc/openr2/pkg-plist +++ b/misc/openr2/pkg-plist @@ -17,4 +17,6 @@ lib/libopenr2.a lib/libopenr2.la lib/libopenr2.so lib/libopenr2.so.4 +man/man5/r2test.conf.5.gz +man/man8/r2test.8.gz @dirrm include/openr2 |