summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-01-24 05:30:35 +0000
committerhubertf <hubertf>1998-01-24 05:30:35 +0000
commita13916282618f8d8c87cde416ad86e5ba71ab08f (patch)
treeb811ec0aaabe2cf86162df14ad450e5217f28f3d /graphics
parente6c4c36d42079add7411efc54ece10e11b9f846c (diff)
downloadpkgsrc-a13916282618f8d8c87cde416ad86e5ba71ab08f.tar.gz
portlint: fix RCS Id, add MAINTAINER, ldconfig||true
Diffstat (limited to 'graphics')
-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>