summaryrefslogtreecommitdiffstats
path: root/graphics/hobbes-icons-xpm
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-02-16 10:57:01 +0000
committerasami <asami@FreeBSD.org>1997-02-16 10:57:01 +0000
commit82d831c83cd5b24f106a81a671f1443fce556030 (patch)
treebe779ca841a7af8a6cea4571d9de7a7dcbee1c45 /graphics/hobbes-icons-xpm
parentaa65c15dca8d2876889afa5cd0f829afe4bac88c (diff)
downloadFreeBSD-ports-82d831c83cd5b24f106a81a671f1443fce556030.zip
FreeBSD-ports-82d831c83cd5b24f106a81a671f1443fce556030.tar.gz
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.
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 d8f180c..5c4526c 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>
OpenPOWER on IntegriCloud