diff options
author | issei <issei@FreeBSD.org> | 2001-01-10 04:59:55 +0800 |
---|---|---|
committer | issei <issei@FreeBSD.org> | 2001-01-10 04:59:55 +0800 |
commit | e26c425be7017eaf9aad20636d70ce640438c4f2 (patch) | |
tree | a3b34b8a2e9b9ca3816f6fe4265f52c719739be8 /net/SSLtelnet/Makefile | |
parent | ae2623d915f78c0421959bda339bebbd65e9df95 (diff) | |
download | freebsd-ports-gnome-e26c425be7017eaf9aad20636d70ce640438c4f2.tar.gz freebsd-ports-gnome-e26c425be7017eaf9aad20636d70ce640438c4f2.tar.zst freebsd-ports-gnome-e26c425be7017eaf9aad20636d70ce640438c4f2.zip |
- Fix compilation and installation error in CURRENT.
- maintainer is committer now.
- Style fix in patch-*
PR: 23255
Diffstat (limited to 'net/SSLtelnet/Makefile')
-rw-r--r-- | net/SSLtelnet/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/SSLtelnet/Makefile b/net/SSLtelnet/Makefile index e5818bc0c664..b74a7a2d5f3a 100644 --- a/net/SSLtelnet/Makefile +++ b/net/SSLtelnet/Makefile @@ -15,10 +15,16 @@ MAINTAINER= issei@jp.FreeBSD.org USE_OPENSSL= YES +PLIST_SUB+= OPENSSLDIR="${OPENSSLDIR}" + .if !defined(BATCH) INSTALL_TARGET= install certificate .endif +# Make sure that whole directory tree exists. +pre-install: + ${MKDIR} ${OPENSSLDIR}/certs + post-install: strip $(PREFIX)/bin/telnet strip $(PREFIX)/libexec/telnetd |