diff options
author | bsam <bsam@FreeBSD.org> | 2009-04-07 01:35:44 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-04-07 01:35:44 +0800 |
commit | 0413fdc4a30b565b1aa29ba03b04c0774cf1c758 (patch) | |
tree | d222bda207ed830861d230cbe50f820f009134b6 /databases | |
parent | 069670fa2d731c760238d6f015e867cb31b41bcc (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | databases/linux-f8-sqlite3/Makefile | 2 |
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> |