mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Support stage
This commit is contained in:
parent
52256ab0aa
commit
bab427bdcd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349100
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user