diff options
Diffstat (limited to 'devel/linux-c7-libpciaccess/Makefile')
-rw-r--r-- | devel/linux-c7-libpciaccess/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/linux-c7-libpciaccess/Makefile b/devel/linux-c7-libpciaccess/Makefile index 70867db42512..d1108248999d 100644 --- a/devel/linux-c7-libpciaccess/Makefile +++ b/devel/linux-c7-libpciaccess/Makefile @@ -11,13 +11,10 @@ COMMENT= Generic PCI access library (CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* -# LICENSE= Various GNU - +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr RPMVERSION= 3.el7_3 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - .include <bsd.port.mk> |