mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +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! :)
18 lines
398 B
Makefile
18 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>
|