diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
commit | 7d45e2b7a193d40e6c5b529f166e38e0af53a8c3 (patch) | |
tree | 1aa2bbfd19ad2c48caed151304d90d00e672730a /print/xtem | |
parent | d787371c3884a468504887cce1ee11466a1e339e (diff) | |
download | ports-7d45e2b7a193d40e6c5b529f166e38e0af53a8c3.tar.gz ports-7d45e2b7a193d40e6c5b529f166e38e0af53a8c3.zip |
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
Notes
Notes:
svn path=/head/; revision=11552
Diffstat (limited to 'print/xtem')
-rw-r--r-- | print/xtem/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/xtem/Makefile b/print/xtem/Makefile index 793fe0b1b811..0143e1a00175 100644 --- a/print/xtem/Makefile +++ b/print/xtem/Makefile @@ -3,7 +3,7 @@ # Date created: 01 June 1997 # Whom: Peter Cornelius <pc@inr.fzk.de> # -# $Id: Makefile,v 1.3 1998/02/09 12:42:58 tg Exp $ +# $Id: Makefile,v 1.4 1998/05/25 07:34:12 tg Exp $ DISTNAME= xtem_texmenu.6.18 PKGNAME= xtem-6.18 @@ -19,7 +19,6 @@ RUN_DEPENDS+= gv:${PORTSDIR}/print/gv \ .endif WRKSRC= ${WRKDIR}/${PKGNAME} -NO_CONFIGURE= yes MAN1= xtem.1 pre-extract: |