diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-28 02:42:57 +0800 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-28 02:42:57 +0800 |
commit | 35e4e75f1fb7c35c3a6152dc2b60d746419116b0 (patch) | |
tree | 4c78b6e8a16328baa6ba4b7657c9e5e2131d66bb /security | |
parent | f9ba6a662e07e3bca2aa8dce7fa2e60d840c88ea (diff) | |
download | freebsd-ports-gnome-35e4e75f1fb7c35c3a6152dc2b60d746419116b0.tar.gz freebsd-ports-gnome-35e4e75f1fb7c35c3a6152dc2b60d746419116b0.tar.zst freebsd-ports-gnome-35e4e75f1fb7c35c3a6152dc2b60d746419116b0.zip |
- Fix ${WRKSRC} path
Reported by: IonBot
Diffstat (limited to 'security')
-rw-r--r-- | security/ssl-admin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/ssl-admin/Makefile b/security/ssl-admin/Makefile index a6f4cce4dfea..6b85437ac924 100644 --- a/security/ssl-admin/Makefile +++ b/security/ssl-admin/Makefile @@ -17,6 +17,8 @@ COMMENT= OpenSSL certificate manager RUN_DEPENDS= unzip:${PORTSDIR}/archivers/zip \ zip:${PORTSDIR}/archivers/unzip +WRKSRC= ${WRKDIR}/${PORTNAME}-1.0b1 + USE_PERL5_RUN= YES MAN1= ssl-admin.1 MAN5= ssl-admin.conf.5 |