freebsd-ports/devel/libmalloc/Makefile
Satoshi Asami d530b271d9 Add
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! :)
1995-06-24 11:42:32 +00:00

17 lines
398 B
Makefile

# New ports collection makefile for: Mark Moraes malloc library
# Version required: 1.17alpha
# Date created: 11 January 1995
# Whom: jkh
#
# $Id: Makefile,v 1.3 1995/04/09 10:05:12 asami Exp $
#
DISTNAME= malloc
PKGNAME= malloc-1.17a
CATEGORIES+= development programming libraries
MASTER_SITES= ftp.cs.toronto.edu:/pub/moraes/
post-install:
ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>