aboutsummaryrefslogtreecommitdiff
path: root/security/libscrypt
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-09-26 14:53:12 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-09-26 14:53:12 +0000
commitf9045f8f2bea7ff7548bb22957d47e3ec215a001 (patch)
tree9e5bf968f3f18455795c244334b71c60fe2c715f /security/libscrypt
parent1ff39632d09d33e1cef6409ae2695f1b376a4d92 (diff)
downloadports-f9045f8f2bea7ff7548bb22957d47e3ec215a001.tar.gz
ports-f9045f8f2bea7ff7548bb22957d47e3ec215a001.zip
- Partial revert of r328226: These ports are not stage safe as they
install absolute symlinks pointing to the stagedir! Poudriere has been improved to check for this issue now. With hat: portmgr Reported by: madpilot, jpaetzel
Notes
Notes: svn path=/head/; revision=328369
Diffstat (limited to 'security/libscrypt')
-rw-r--r--security/libscrypt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/libscrypt/Makefile b/security/libscrypt/Makefile
index 96ef27ff86b2..0358f8843253 100644
--- a/security/libscrypt/Makefile
+++ b/security/libscrypt/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libscrypt
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= horia@racoviceanu.com
@@ -11,6 +12,7 @@ COMMENT= C library for the scrypt key derivation function
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
+NO_STAGE= yes
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= technion