diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-24 22:40:58 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-24 22:40:58 +0800 |
commit | a598da7765c7da84f5e113c8f2b892ae66044c6c (patch) | |
tree | 20f2e7d17b54e8041809694c8c8a043e2897b7dc | |
parent | ef05d2e322aa60ce76b396619cc7339e02585dfe (diff) | |
download | freebsd-ports-gnome-a598da7765c7da84f5e113c8f2b892ae66044c6c.tar.gz freebsd-ports-gnome-a598da7765c7da84f5e113c8f2b892ae66044c6c.tar.zst freebsd-ports-gnome-a598da7765c7da84f5e113c8f2b892ae66044c6c.zip |
- Add LICENSE
- Drop @dirrm* from plist
-rw-r--r-- | security/libtomcrypt/Makefile | 5 | ||||
-rw-r--r-- | security/libtomcrypt/pkg-plist | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 622b170f3d31..d091e435b26a 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -11,6 +11,11 @@ DISTNAME= crypt-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Comprehensive, modular, and portable cryptographic toolkit +LICENSE= PD +LICENSE_NAME= Public Domain +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept + CFLAGS+= -I${LOCALBASE}/include EXTRALIBS= -L${LOCALBASE}/lib MAKEFILE= makefile.shared diff --git a/security/libtomcrypt/pkg-plist b/security/libtomcrypt/pkg-plist index f82bc235b88e..957eaba25750 100644 --- a/security/libtomcrypt/pkg-plist +++ b/security/libtomcrypt/pkg-plist @@ -21,5 +21,3 @@ lib/libtomcrypt_prof.so lib/libtomcrypt_prof.so.0 lib/libtomcrypt_prof.so.0.0.117 %%PORTDOCS%%%%DOCSDIR%%/pdf/crypt.pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%% |