mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d530b271d9
post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :)
20 lines
371 B
Makefile
20 lines
371 B
Makefile
# New ports collection makefile for: mh
|
|
# Version required: 6.8.3
|
|
# Date created: Oct 4, 1994
|
|
# Whom: pst
|
|
#
|
|
# $Id: Makefile,v 1.4 1995/04/12 02:03:21 asami Exp $
|
|
#
|
|
|
|
DISTNAME= mh-6.8.3
|
|
CATEGORIES+= mail
|
|
MASTER_SITES= ftp://ftp.ics.uci.edu/pub/mh/tar/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= markm@FreeBSD.ORG
|
|
|
|
post-install:
|
|
ldconfig -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|