aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>2003-04-02 23:58:13 +0800
committerfoxfair <foxfair@FreeBSD.org>2003-04-02 23:58:13 +0800
commit489d9b14fe0dedcccccdd139fe42ced59e12d9a4 (patch)
treebb331631a778c93294135c883f6adb53fb3d63e0 /security
parent80ab6a4f1fe077e7ed669778365044d218bce86e (diff)
downloadfreebsd-ports-gnome-489d9b14fe0dedcccccdd139fe42ced59e12d9a4.tar.gz
freebsd-ports-gnome-489d9b14fe0dedcccccdd139fe42ced59e12d9a4.tar.zst
freebsd-ports-gnome-489d9b14fe0dedcccccdd139fe42ced59e12d9a4.zip
strip binary, remove pkg-message as MAINTAINER's wish.
Diffstat (limited to 'security')
-rw-r--r--security/ftimes/Makefile3
-rw-r--r--security/ftimes/pkg-message19
2 files changed, 3 insertions, 19 deletions
diff --git a/security/ftimes/Makefile b/security/ftimes/Makefile
index 67e8872cab70..1e0dcab5f8fa 100644
--- a/security/ftimes/Makefile
+++ b/security/ftimes/Makefile
@@ -26,4 +26,7 @@ CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
MAN1= ftimes.1
+post-install:
+ strip ${PREFIX}/bin/ftimes
+
.include <bsd.port.mk>
diff --git a/security/ftimes/pkg-message b/security/ftimes/pkg-message
deleted file mode 100644
index 7c43f57368f0..000000000000
--- a/security/ftimes/pkg-message
+++ /dev/null
@@ -1,19 +0,0 @@
-
-----------------------------------------------------------------------
- If necessary, check the value of ${PREFIX} and update your PATH
- and MANPATH environment variables accordingly. By default, FTimes
- is rooted in the following location: /usr/local/integrity.
-
- For information on how to configure an Apache Web server to handle
- FTimes requests and verify client-server connectivity, refer to
- the INSTALL document located in the project's source tree.
-
- "System Baselining -- A Forensic Perspective" provides additional
- background information for those interested in the subject. This
- paper, written in LaTeX, is called baselining.tex and is located
- in the project's source tree. A PDF version of the same is
- available at: http://ftimes.sourceforge.net/FTimes/Papers.shtml
-
- Sample configuration files can be found in ${PREFIX}/etc.
-----------------------------------------------------------------------
-