diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-22 07:35:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-22 07:35:20 +0000 |
commit | 048b5435935310ca91f20c5dfede6f5fc3947656 (patch) | |
tree | 60f6e2299be5e80cf908047e31f935ed84656b3a /x11-toolkits/xmhtml | |
parent | Portlint (move IGNOREFILES down). (diff) |
Portlint.
Notes
Notes:
svn path=/head/; revision=16853
Diffstat (limited to 'x11-toolkits/xmhtml')
-rw-r--r-- | x11-toolkits/xmhtml/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index e6c437169b92..d24a07faba22 100644 --- a/x11-toolkits/xmhtml/Makefile +++ b/x11-toolkits/xmhtml/Makefile @@ -3,11 +3,10 @@ # Date created: 18 Feb 1999 # Whom: Peter Hawkins <thepish@freebsd.org> # -# $Id: Makefile,v 1.3 1999/02/18 15:02:42 thepish Exp $ +# $Id: Makefile,v 1.1.1.1 1999/02/21 03:22:20 thepish Exp $ # DISTNAME= XmHTML-1.1.0 - CATEGORIES= x11 www MASTER_SITES= ftp://crl.nmsu.edu/pub/XmHTML/ \ ftp://ftp.ist.co.uk/pub/motif/XmHTML/ \ @@ -24,7 +23,6 @@ USE_IMAKE= yes EXMP_DIR= ${PREFIX}/share/examples/${DISTNAME}/ DOCS_DIR= ${PREFIX}/share/doc/${DISTNAME}/ - pre-install: ${ECHO} "installing examples into ${EXMP_DIR}" @ ${MKDIR} ${EXMP_DIR} @@ -36,5 +34,4 @@ pre-install: post-install: @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> |