${DOCSDIR} should include ${PORTVERSION} for this port.

This fixes pkg-plist generation.

Noted by:	kris
This commit is contained in:
Max Khon 2004-11-25 14:21:24 +00:00
parent 457fb02412
commit 74bd1b92da

View file

@ -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>