diff options
author | asami <asami@FreeBSD.org> | 1998-06-27 13:20:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-27 13:20:00 +0800 |
commit | e269a25f5fbe6f5626fa7696046c91f0e36832f1 (patch) | |
tree | 02d1ad171b5720b31c48c226c5121a772f67ac0d /textproc/linuxdoc | |
parent | 03fbfa5e0bb896209a3cf1029f2913c43887f16f (diff) | |
download | freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.tar.gz freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.tar.zst freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.zip |
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
Diffstat (limited to 'textproc/linuxdoc')
-rw-r--r-- | textproc/linuxdoc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/linuxdoc/Makefile b/textproc/linuxdoc/Makefile index 23f915fbca14..c7134e224fe9 100644 --- a/textproc/linuxdoc/Makefile +++ b/textproc/linuxdoc/Makefile @@ -3,7 +3,7 @@ # Date created: July 8, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.3 1997/07/10 02:34:31 jfieber Exp $ +# $Id: Makefile,v 1.4 1998/01/17 17:25:46 jfieber Exp $ # DISTNAME= linuxdoc-1.1 @@ -17,8 +17,6 @@ RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 NO_MTREE= yes EXTRACT_ONLY= # empty NO_BUILD= yes -NO_PATCH= yes -NO_CONFIGURE= yes NO_WRKSUBDIR= yes INSTDIR= ${PREFIX}/share/sgml/linuxdoc |