diff options
author | nsayer <nsayer@FreeBSD.org> | 1999-06-29 09:00:57 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 1999-06-29 09:00:57 +0800 |
commit | be0cbdc02761100789486abcdc45ef38f20ace64 (patch) | |
tree | 543e7b0e807d7b10adaa2cfca01b5d5412aa9dce /security/mhash/Makefile | |
parent | 4c63ccfa8b879d3a1f8132caae0ad1b54e5c5435 (diff) | |
download | freebsd-ports-gnome-be0cbdc02761100789486abcdc45ef38f20ace64.tar.gz freebsd-ports-gnome-be0cbdc02761100789486abcdc45ef38f20ace64.tar.zst freebsd-ports-gnome-be0cbdc02761100789486abcdc45ef38f20ace64.zip |
Stealing some fix-ups from ports/devel/mm:
1. post-install ldconfig
2. CONFIGURE_ARGS
3. PLIST ldconfigs
Diffstat (limited to 'security/mhash/Makefile')
-rw-r--r-- | security/mhash/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index 5395884f375e..b6cc09a47ba8 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: mhash -# Version required: 5.0 -# Date created: Mon Jan 11 11:53:54 EET 1999 +# Version required: 0.5.0 +# Date created: Mon Jun 28 17:59:13 PDT 1999 # Whom: nsayer@freebsd.org # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1999/06/28 22:37:58 nsayer Exp $ # DISTNAME= mhash-0.5.0 @@ -13,9 +13,13 @@ MASTER_SITES= http://sasweb.de/mhash/data/ MAINTAINER= nsayer@freebsd.org GNU_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} MAN3= mhash.3 RESTRICTED= "yes - cryptography" +post-install: + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + .include <bsd.port.mk> |