summaryrefslogtreecommitdiff
path: root/graphics/xpm
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-01-24 05:30:35 +0000
committerhubertf <hubertf@pkgsrc.org>1998-01-24 05:30:35 +0000
commit3dafebc608db72a63e8cae421a33e5056409a096 (patch)
treeb811ec0aaabe2cf86162df14ad450e5217f28f3d /graphics/xpm
parent36417d4adf93c5cb7c031df0cc715b954c7282f2 (diff)
downloadpkgsrc-3dafebc608db72a63e8cae421a33e5056409a096.tar.gz
portlint: fix RCS Id, add MAINTAINER, ldconfig||true
Diffstat (limited to 'graphics/xpm')
-rw-r--r--graphics/xpm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile
index 1bcda0583f7..65e61ee743c 100644
--- a/graphics/xpm/Makefile
+++ b/graphics/xpm/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 1997/11/30 22:28:34 hubertf Exp $
# New ports collection makefile for: xpm
# Version required: 3.4j
# Date created: 14 September 1994
# Whom: jkh
#
+# $NetBSD: Makefile,v 1.5 1998/01/24 05:30:35 hubertf Exp $
# FreeBSD Id: Makefile,v 1.14 1997/07/17 15:12:45 max Exp
#
@@ -11,11 +11,13 @@ DISTNAME= xpm-3.4j
CATEGORIES= graphics x11
MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/
+MAINTAINER= packages@netbsd.org
+
USE_IMAKE= yes
CAT1= sxpm.0
post-install:
- ${LDCONFIG} -m ${PREFIX}/lib || true
+ ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true
.include <bsd.port.mk>