Fix DESCR and unbreak make describe.

This commit is contained in:
Boris Samorodov 2009-04-06 17:35:44 +00:00
parent c095ff47d3
commit 90fa3e7409
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231720
2 changed files with 2 additions and 2 deletions

View file

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

View file

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