aboutsummaryrefslogtreecommitdiff
path: root/textproc/iso8879
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-06-29 09:49:49 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-06-29 09:49:49 +0000
commit6fd573b4fd062e56144d2cc67054d88aeb6eeb28 (patch)
tree1600d783534ca472ed164610fb125c6492a002ae /textproc/iso8879
parente57d8c71afedbe3518241c70e2969f1d3b0cf663 (diff)
downloadports-6fd573b4fd062e56144d2cc67054d88aeb6eeb28.tar.gz
ports-6fd573b4fd062e56144d2cc67054d88aeb6eeb28.zip
Style police:
* Move RUN_DEPENDS to proper place * use PKGNAME and EXTRACT_SUFX rather than DISTFILES
Notes
Notes: svn path=/head/; revision=7117
Diffstat (limited to 'textproc/iso8879')
-rw-r--r--textproc/iso8879/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile
index 471944a6d116..0ba4cb267af4 100644
--- a/textproc/iso8879/Makefile
+++ b/textproc/iso8879/Makefile
@@ -3,16 +3,18 @@
# Date created: June 19, 1997
# Whom: jfieber
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/06/22 21:01:27 jfieber Exp $
#
-DISTNAME= iso8879-1.0
+DISTNAME= isoENTS
+PKGNAME= iso8879-1.0
CATEGORIES= textproc
MASTER_SITES= http://www.sil.org/sgml/
+EXTRACT_SUFX= .zip
MAINTAINER= jfieber@FreeBSD.ORG
-DISTFILES= isoENTS.zip
+BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
NO_MTREE= yes
NO_EXTRACT= yes
@@ -21,8 +23,6 @@ NO_PATCH= yes
NO_CONFIGURE= yes
NO_WRKDIR= yes
-BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
-
INSTDIR= ${PREFIX}/share/sgml/iso8879/
pre-install:
@@ -32,6 +32,6 @@ do-install:
@unzip -a -q -o -d ${INSTDIR} ${DISTDIR}/${DISTFILES}
@${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/catalog
@chmod ${SHAREMODE} ${INSTDIR}/*
- @chown -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR}
+ @/usr/sbin/chown -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>