diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-14 06:13:57 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-14 06:13:57 +0000 |
commit | f7f940d1c208204ac24ad6ff688d6318d93ace49 (patch) | |
tree | 20f62f950e0b1651962082664a63613c48d670cd /security/fpc-openssl | |
parent | e1102f2a9332b465d0345638dfd00c0c37a3eb4e (diff) | |
download | ports-f7f940d1c208204ac24ad6ff688d6318d93ace49.tar.gz ports-f7f940d1c208204ac24ad6ff688d6318d93ace49.zip |
Notes
Diffstat (limited to 'security/fpc-openssl')
-rw-r--r-- | security/fpc-openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fpc-openssl/Makefile b/security/fpc-openssl/Makefile index aab6a7ebebdd..df5c91f5d249 100644 --- a/security/fpc-openssl/Makefile +++ b/security/fpc-openssl/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= security lang PKGNAMESUFFIX= -openssl @@ -15,7 +15,7 @@ COMMENT= Free Pascal unit for OpenSSL USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} OPTIONS= OPENSSL "Install SSL and crypto library" on |