diff options
Diffstat (limited to 'databases/linux-c7-sqlite3/Makefile')
-rw-r--r-- | databases/linux-c7-sqlite3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/linux-c7-sqlite3/Makefile b/databases/linux-c7-sqlite3/Makefile index 10d35a2081cb..9920df343b9c 100644 --- a/databases/linux-c7-sqlite3/Makefile +++ b/databases/linux-c7-sqlite3/Makefile @@ -13,12 +13,10 @@ LICENSE= PD CONFLICTS= linux-c6-${PORTNAME}-[0-9]* +DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr RPMVERSION= 8.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes -PORTDOCS= README -DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr - .include <bsd.port.mk> |