aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2009-04-07 01:35:44 +0800
committerbsam <bsam@FreeBSD.org>2009-04-07 01:35:44 +0800
commit0413fdc4a30b565b1aa29ba03b04c0774cf1c758 (patch)
treed222bda207ed830861d230cbe50f820f009134b6 /databases
parent069670fa2d731c760238d6f015e867cb31b41bcc (diff)
downloadfreebsd-ports-gnome-0413fdc4a30b565b1aa29ba03b04c0774cf1c758.tar.gz
freebsd-ports-gnome-0413fdc4a30b565b1aa29ba03b04c0774cf1c758.tar.zst
freebsd-ports-gnome-0413fdc4a30b565b1aa29ba03b04c0774cf1c758.zip
Fix DESCR and unbreak make describe.
Diffstat (limited to 'databases')
-rw-r--r--databases/linux-f10-sqlite3/Makefile2
-rw-r--r--databases/linux-f8-sqlite3/Makefile2
2 files changed, 2 insertions, 2 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>
diff --git a/databases/linux-f8-sqlite3/Makefile b/databases/linux-f8-sqlite3/Makefile
index 9905270c1355..2f46c6d2f609 100644
--- a/databases/linux-f8-sqlite3/Makefile
+++ b/databases/linux-f8-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>