diff options
Diffstat (limited to 'misc/openr2/Makefile')
-rw-r--r-- | misc/openr2/Makefile | 11 |
1 files changed, 0 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> |