forked from Lainports/freebsd-ports
${DOCSDIR} should include ${PORTVERSION} for this port.
This fixes pkg-plist generation. Noted by: kris
This commit is contained in:
parent
457fb02412
commit
74bd1b92da
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= libodbc++
|
||||
PORTVERSION= 0.2.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= libodbcxx
|
||||
|
|
@ -37,6 +37,7 @@ CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
|
|||
CXXFLAGS+= ${PTHREAD_CFLAGS}
|
||||
.endif
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
|
||||
PORTDOCS= INSTALL progref
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue