aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-01-14 06:13:57 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-01-14 06:13:57 +0000
commitf7f940d1c208204ac24ad6ff688d6318d93ace49 (patch)
tree20f62f950e0b1651962082664a63613c48d670cd /security
parente1102f2a9332b465d0345638dfd00c0c37a3eb4e (diff)
Notes
Diffstat (limited to 'security')
-rw-r--r--security/fpc-hash/Makefile4
-rw-r--r--security/fpc-hash/pkg-plist3
-rw-r--r--security/fpc-openssl/Makefile4
3 files changed, 4 insertions, 7 deletions
diff --git a/security/fpc-hash/Makefile b/security/fpc-hash/Makefile
index fe519092cdba..ea165115efab 100644
--- a/security/fpc-hash/Makefile
+++ b/security/fpc-hash/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= security lang
PKGNAMESUFFIX= -hash
@@ -15,7 +15,7 @@ COMMENT= Free Pascal unit for MD5 hash routines
USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//}
+WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"
diff --git a/security/fpc-hash/pkg-plist b/security/fpc-hash/pkg-plist
index 86f7813ea837..dbc4f22ab8a8 100644
--- a/security/fpc-hash/pkg-plist
+++ b/security/fpc-hash/pkg-plist
@@ -11,11 +11,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/libpntlm.a
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/libpuuid.a
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/uuid.o
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/uuid.ppu
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/hash/mdtest.pas
@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash
@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
@dirrmtry lib/fpc/%%PORTVERSION%%/units
@dirrmtry lib/fpc/%%PORTVERSION%%
@dirrmtry lib/fpc
-%%PORTDOCS%%@dirrmtry share/examples/fpc-%%PORTVERSION%%/hash
-%%PORTDOCS%%@dirrmtry share/examples/fpc-%%PORTVERSION%%
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