Package building for this port was broken, when `n' was removed from the
list of recognized MAN-sections in bsd.man.mk. The port's Makefile.bsd simply declared MANN=gdtclft.n and the included bsd.lib.mk was doing the right thing. Now I had to add an explicit post-install target to the main Makefile.
This commit is contained in:
parent
650e3176f5
commit
81eed0ab15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44709
@ -27,7 +27,9 @@ MAKE_ENV= TCL_VER=${TCL_VER} MKDIR="${MKDIR}" \
|
||||
ALL_TARGET= all
|
||||
|
||||
MANN= gdtclft.n
|
||||
MANCOMPRESSED= maybe
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/${MANN} ${PREFIX}/man/mann/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
|
@ -25,7 +25,6 @@ CFLAGS +=-I${PREFIX}/include/tcl${TCL_VER} -I${PREFIX}/include/gd
|
||||
CFLAGS +=-DNDEBUG -Wall -I. -DUSE_TCL_STUBS -I${PREFIX}/include
|
||||
CFLAGS +=-DVERSION=\"${VERSION}\"
|
||||
|
||||
MANn = gdtclft.n
|
||||
INTERNALLIB = don't build the useless static version
|
||||
|
||||
all: ${SHLIB_NAME} pkgIndex.tcl
|
||||
|
Loading…
Reference in New Issue
Block a user