aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-02-22 15:35:20 +0800
committerasami <asami@FreeBSD.org>1999-02-22 15:35:20 +0800
commit36d8f213fb9d00c8ef0b2c6972f4f425b2dc23ef (patch)
treed66852658b42398384dba55d3f88ae63860e4d73 /x11-toolkits
parent43795ddd0f6a13a33f44c6d930de608bb8db7385 (diff)
downloadfreebsd-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/Makefile5
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>