aboutsummaryrefslogtreecommitdiff
path: root/graphics/hobbes-icons-xpm
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-02-16 10:57:01 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-02-16 10:57:01 +0000
commit759c7b76650f6da7d187fa53af3b55c283ac41eb (patch)
tree8ca5a96593c95a6bc9044a314e9db49eab61648b /graphics/hobbes-icons-xpm
parentd39178430933a09a1f53132c6fe4f61e6a85e414 (diff)
downloadports-759c7b76650f6da7d187fa53af3b55c283ac41eb.tar.gz
ports-759c7b76650f6da7d187fa53af3b55c283ac41eb.zip
I'm sure David just committed a wrong version of this file, but anyway:
(1) Add "3" to DISTNAME/PKGNAME so they point to the right tarball/directory. (2) ${WRKSRC) -> ${WRKSRC} (3) Remove "rm" of nonexistent ${WRKSRC}/Makefile, and also change the others to "-${RM}" so "make reinstall" works. (4) Add a missing last argument (${LIBDIR}) to chown -R.
Notes
Notes: svn path=/head/; revision=5643
Diffstat (limited to 'graphics/hobbes-icons-xpm')
-rw-r--r--graphics/hobbes-icons-xpm/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/graphics/hobbes-icons-xpm/Makefile b/graphics/hobbes-icons-xpm/Makefile
index d8f180cb70c7..5c4526c4b636 100644
--- a/graphics/hobbes-icons-xpm/Makefile
+++ b/graphics/hobbes-icons-xpm/Makefile
@@ -3,11 +3,11 @@
# Date created: 19 October 1996
# Whom: pgs
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/02/16 01:55:07 obrien Exp $
#
-DISTNAME= hobbes-icons-xpm
-PKGNAME= hobbes-icons-xpm-1.0
+DISTNAME= hobbes-icons-xpm3
+PKGNAME= hobbes-icons-xpm3-1.0
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.x.org/R5contrib/ \
ftp://ftp.duke.edu/pub/X11/R5contrib/ \
@@ -25,12 +25,10 @@ LIBDIR= ${PREFIX}/lib/X11/xpm3
do-install:
# Very dirty, but it works...
- rm ${WRKSRC)/Makefile
- rm ${WRKSRC)/README
- rm ${WRKSRC)/readem.shar
+ -${RM} ${WRKSRC}/README
+ -${RM} ${WRKSRC}/readem.shar
${MKDIR} ${PREFIX}/lib/X11/xpm3
${CP} -R ${WRKSRC}/* ${LIBDIR}
- chown -R ${BINOWN}.${BINGRP}
-
+ chown -R ${BINOWN}.${BINGRP} ${LIBDIR}
.include <bsd.port.mk>