1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Ooops, I forgot that we need bsd.port.pre.mk before we can use FILESDIR.

Pointy hat:	will
This commit is contained in:
Will Andrews 2000-06-09 22:27:25 +00:00
parent 552aef9673
commit 3407fc52b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29481
2 changed files with 5 additions and 3 deletions

View File

@ -21,6 +21,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages"
post-extract:
@ -46,4 +48,4 @@ post-install:
.endif
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -28,12 +28,12 @@ SHLIB_MINOR= 5
MAKEFILE= makefile
TCL_LIB= libtcl80.so
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages"
MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${PORTOBJFORMAT} == "elf"
TCL_LIB_FILE= ${TCL_LIB}.${SHLIB_MAJOR}
.else