diff options
author | mat <mat@FreeBSD.org> | 2016-12-22 16:18:50 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-12-22 16:18:50 +0800 |
commit | a570d04bcb8cce16170b3f6309d3310b94d37f6a (patch) | |
tree | 50ebb577ca9ae3655f2712405ff2a8cfd7eee198 /databases | |
parent | 80d6f0117bb48306458d84e36b031d38cdc8dfa4 (diff) | |
download | freebsd-ports-gnome-a570d04bcb8cce16170b3f6309d3310b94d37f6a.tar.gz freebsd-ports-gnome-a570d04bcb8cce16170b3f6309d3310b94d37f6a.tar.zst freebsd-ports-gnome-a570d04bcb8cce16170b3f6309d3310b94d37f6a.zip |
Fix packaging.
Reported by: antoine
Pointy hat: mat (for changing things after testing)
Sponsored by: Absolight
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libodbc++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libodbc++/Makefile b/databases/libodbc++/Makefile index 637ec7a3d02c..58b42ecd6b71 100644 --- a/databases/libodbc++/Makefile +++ b/databases/libodbc++/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= libodbc.so:databases/unixODBC CONFIGURE_ARGS+= --with-odbc=${LOCALBASE} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} -DOXYGEN_PORTDOCS= progref +PORTDOCS= progref post-extract: ${RM} ${WRKSRC}/doc/progref/progref-stamp |