1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/lang/schemetoc/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

23 lines
514 B
Makefile

# New ports collection makefile for: Scheme-to-C
# Version required: 15mar93
# Date created: 28 Dec 1994
# Whom: jmacd@uclink.berkeley.edu
#
# $Id: Makefile,v 1.6 1995/04/15 22:12:24 asami Exp $
#
DISTNAME= schemetoc-93.3.15
PKGNAME= schemetoc-93.3.15
CATEGORIES+= languages
MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/Scheme-to-C/
DISTFILES= 15mar93.tar.Z
MAINTAINER= jmacd@FreeBSD.ORG
NO_WRKSUBDIR= yes
post-install:
ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>