1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Install header in correct place

This commit is contained in:
Andrey A. Chernov 1997-01-15 18:30:17 +00:00
parent 9817133d7c
commit 94d2dcb37c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5358

View File

@ -3,7 +3,7 @@
# Date created: 14 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.11 1996/11/18 11:29:59 asami Exp $
# $Id: Makefile,v 1.12 1997/01/10 03:35:50 ache Exp $
#
DISTNAME= xpm-3.4j
@ -13,6 +13,6 @@ MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/
USE_IMAKE= yes
post-install:
ldconfig -m ${PREFIX}/lib
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>