aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xpm/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-01-16 02:30:17 +0800
committerache <ache@FreeBSD.org>1997-01-16 02:30:17 +0800
commit32fed0074a8ef18d95c31140545e34758f84b8b5 (patch)
tree3fdefdf573bb45ff8ca5a6259201b92b75da6dbb /graphics/xpm/Makefile
parent468e62fbe28a18f90d333bba4e20c4ad9003c480 (diff)
downloadfreebsd-ports-gnome-32fed0074a8ef18d95c31140545e34758f84b8b5.tar.gz
freebsd-ports-gnome-32fed0074a8ef18d95c31140545e34758f84b8b5.tar.zst
freebsd-ports-gnome-32fed0074a8ef18d95c31140545e34758f84b8b5.zip
Install header in correct place
Diffstat (limited to 'graphics/xpm/Makefile')
-rw-r--r--graphics/xpm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile
index 3d0fed8583d9..6a8e6448c7f7 100644
--- a/graphics/xpm/Makefile
+++ b/graphics/xpm/Makefile
@@ -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>