diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-24 23:58:04 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-24 23:58:04 +0000 |
commit | 94cef4cf644bd196a134c38b57783388dac3161e (patch) | |
tree | 93840409438b36ac2b8d5a0fe80fa722f3a12304 | |
parent | 09fb237751717ed3225b8981139c1d0efe40e2a1 (diff) | |
download | pkgsrc-94cef4cf644bd196a134c38b57783388dac3161e.tar.gz |
portlint: add MAINTAINER, fix LDCONFIG
-rw-r--r-- | x11/Xaw3d/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile index 534cfa31153..43ea8173080 100644 --- a/x11/Xaw3d/Makefile +++ b/x11/Xaw3d/Makefile @@ -3,7 +3,7 @@ # Date created: 30th November 1997 # Whom: tron@lyssa.owl.de, soren@t.dk # -# $NetBSD: Makefile,v 1.6 1998/01/16 17:39:17 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/01/24 23:58:04 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 09:33:26 asami Exp # @@ -12,6 +12,8 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= widgets/Xaw3d/R6.1 +MAINTAINER= packages@netbsd.org + USE_IMAKE= yes WRKSRC= ${WRKDIR}/xc/lib/Xaw3d @@ -19,8 +21,8 @@ post-extract: @(cd ${WRKSRC};ln -s .. X11) post-install: - ${LDCONFIG} -m ${PREFIX}/lib - ${MKDIR} -p ${PREFIX}/share/doc/Xaw3d + ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true + ${MKDIR} ${PREFIX}/share/doc/Xaw3d ${CP} ${WRKSRC}/README.XAW3D ${PREFIX}/share/doc/Xaw3d .include <bsd.port.mk> |