diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-09 13:55:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-09 13:55:58 +0800 |
commit | 9bae805114b398c64a6cdae36bf6c5b0f5a2e814 (patch) | |
tree | 709e35927ab4b320a9677b7419ae74390c642070 /security/linux-c6-libtasn1 | |
parent | 1922f1c6ac4e65122134dd86c1532008150b5cdc (diff) | |
download | freebsd-ports-gnome-9bae805114b398c64a6cdae36bf6c5b0f5a2e814.tar.gz freebsd-ports-gnome-9bae805114b398c64a6cdae36bf6c5b0f5a2e814.tar.zst freebsd-ports-gnome-9bae805114b398c64a6cdae36bf6c5b0f5a2e814.zip |
Fix packaging for linux-c6-libtasn1 and linux-f10-libtasn1
Prevent future issues for mdocml
Diffstat (limited to 'security/linux-c6-libtasn1')
-rw-r--r-- | security/linux-c6-libtasn1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/linux-c6-libtasn1/Makefile b/security/linux-c6-libtasn1/Makefile index 6724fc9672a2..1cfcf8ac2f5a 100644 --- a/security/linux-c6-libtasn1/Makefile +++ b/security/linux-c6-libtasn1/Makefile @@ -15,7 +15,7 @@ RPMVERSION= 3.el6_2.1 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libtasn1.so.3 usr/lib/libtasn1.so.3.1.6 -DOCSDIR_REL= usr/share/doc/${PORTNAME}-${PORTVERSION} +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING COPYING.LIB ChangeLog NEWS README THANKS TODO libtasn1.pdf DESCR= ${.CURDIR}/../libtasn1/pkg-descr |