diff options
author | John Fieber <jfieber@FreeBSD.org> | 1997-07-10 02:37:51 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1997-07-10 02:37:51 +0000 |
commit | e95fcb0ea6cb0b9144306a15e481d82a33f7a36e (patch) | |
tree | 9b627e89dfd4ca85b9f135452f82832df573ebaf | |
parent | 82935635d233ac82b5bb8b35d4f8c6b0793b57dc (diff) | |
download | ports-e95fcb0ea6cb0b9144306a15e481d82a33f7a36e.tar.gz ports-e95fcb0ea6cb0b9144306a15e481d82a33f7a36e.zip |
Notes
-rw-r--r-- | textproc/iso8879/Makefile | 8 | ||||
-rw-r--r-- | textproc/iso8879/distinfo | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile index 0ba4cb267af4..c35f0b42ae54 100644 --- a/textproc/iso8879/Makefile +++ b/textproc/iso8879/Makefile @@ -3,7 +3,7 @@ # Date created: June 19, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.1.1.1 1997/06/22 21:01:27 jfieber Exp $ +# $Id: Makefile,v 1.2 1997/06/29 09:49:48 obrien Exp $ # DISTNAME= isoENTS @@ -17,13 +17,13 @@ MAINTAINER= jfieber@FreeBSD.ORG BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip NO_MTREE= yes -NO_EXTRACT= yes +EXTRACT_ONLY= # empty NO_BUILD= yes NO_PATCH= yes NO_CONFIGURE= yes -NO_WRKDIR= yes +NO_WRKSUBDIR= yes -INSTDIR= ${PREFIX}/share/sgml/iso8879/ +INSTDIR= ${PREFIX}/share/sgml/iso8879 pre-install: @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} diff --git a/textproc/iso8879/distinfo b/textproc/iso8879/distinfo new file mode 100644 index 000000000000..552b96f96e67 --- /dev/null +++ b/textproc/iso8879/distinfo @@ -0,0 +1 @@ +MD5 (isoENTS.zip) = c8a9561212c1a2ec6e48919640de9c67 |