diff options
author | bsam <bsam@FreeBSD.org> | 2012-10-24 03:04:19 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2012-10-24 03:04:19 +0800 |
commit | 67a6b356725cc8fe2b79087e7e9b3aaf2de0f9b9 (patch) | |
tree | 9aa5fae578a13e7a5c74423b85d9b8675e730eb7 /security | |
parent | dc4119cfcacac63ef2965549d40373344175da70 (diff) | |
download | freebsd-ports-gnome-67a6b356725cc8fe2b79087e7e9b3aaf2de0f9b9.tar.gz freebsd-ports-gnome-67a6b356725cc8fe2b79087e7e9b3aaf2de0f9b9.tar.zst freebsd-ports-gnome-67a6b356725cc8fe2b79087e7e9b3aaf2de0f9b9.zip |
. remove directories installed by other porst from pkg-plist; [1]
. use two line style header; [1]
. change "${.CURDIR}/.." to "${PORTSDIR}/security" for DESCR.
PR: ports/172966 [1]
Submitted by: Barbara <barbara.xxx1975@libero.it> [1]
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/linux-f10-gnutls/Makefile | 7 | ||||
-rw-r--r-- | security/linux-f10-gnutls/pkg-plist | 4 |
2 files changed, 2 insertions, 9 deletions
diff --git a/security/linux-f10-gnutls/Makefile b/security/linux-f10-gnutls/Makefile index df59173987ff..279b64a7e178 100644 --- a/security/linux-f10-gnutls/Makefile +++ b/security/linux-f10-gnutls/Makefile @@ -1,8 +1,5 @@ -# New ports collection makefile for: security/linux-f10-gnutls -# Date created: 10 Nov 2010 -# Whom: Stas Timokhin <devel@stasyan.com> +# Created by: Stas Timokhin <devel@stasyan.com> # $FreeBSD$ -# PORTNAME= gnutls PORTVERSION= 2.4.2 @@ -21,6 +18,6 @@ RPMVERSION= 5.fc10 USE_LDCONFIG= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" -DESCR= ${.CURDIR}/../gnutls/pkg-descr +DESCR= ${PORTSDIR}/security/gnutls/pkg-descr .include <bsd.port.mk> diff --git a/security/linux-f10-gnutls/pkg-plist b/security/linux-f10-gnutls/pkg-plist index dc0e2a218ba7..a7f1ef8633ec 100644 --- a/security/linux-f10-gnutls/pkg-plist +++ b/security/linux-f10-gnutls/pkg-plist @@ -38,7 +38,3 @@ usr/share/locale/vi/LC_MESSAGES/gnutls.mo @dirrmtry usr/share/locale/de @dirrmtry usr/share/locale @dirrm usr/share/doc/gnutls-2.4.2 -@dirrm usr/share/doc -@dirrm usr/share -@dirrm usr/lib -@dirrm usr |