diff options
author | asami <asami@FreeBSD.org> | 1999-02-22 15:35:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-02-22 15:35:20 +0800 |
commit | 36d8f213fb9d00c8ef0b2c6972f4f425b2dc23ef (patch) | |
tree | d66852658b42398384dba55d3f88ae63860e4d73 /x11-toolkits | |
parent | 43795ddd0f6a13a33f44c6d930de608bb8db7385 (diff) | |
download | freebsd-ports-gnome-36d8f213fb9d00c8ef0b2c6972f4f425b2dc23ef.tar.gz freebsd-ports-gnome-36d8f213fb9d00c8ef0b2c6972f4f425b2dc23ef.tar.zst freebsd-ports-gnome-36d8f213fb9d00c8ef0b2c6972f4f425b2dc23ef.zip |
Portlint.
Diffstat (limited to 'x11-toolkits')
-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> |