diff options
Diffstat (limited to 'databases/linux-f10-sqlite3')
-rw-r--r-- | databases/linux-f10-sqlite3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/linux-f10-sqlite3/Makefile b/databases/linux-f10-sqlite3/Makefile index 9905270c1355..2f46c6d2f609 100644 --- a/databases/linux-f10-sqlite3/Makefile +++ b/databases/linux-f10-sqlite3/Makefile @@ -26,6 +26,6 @@ DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= README MANPREFIX= ${PREFIX}/usr/share MAN1= sqlite3.1 -DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include <bsd.port.mk> |