summaryrefslogtreecommitdiff
path: root/lang/elisp-manual/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/elisp-manual/Makefile')
-rw-r--r--lang/elisp-manual/Makefile22
1 files changed, 12 insertions, 10 deletions
diff --git a/lang/elisp-manual/Makefile b/lang/elisp-manual/Makefile
index 4abe4b3cd9ec..9a3dbaa90183 100644
--- a/lang/elisp-manual/Makefile
+++ b/lang/elisp-manual/Makefile
@@ -1,22 +1,24 @@
-# New ports collection makefile for: elisp-manual
-# Version required: 19-2.4.2
-# Date created: 18 November 1997
-# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
+# New ports collection makefile for: elisp-manual
+# Version required: 20-2.5
+# Date created: 18 November 1997
+# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/04/27 14:53:00 kuriyama Exp $
#
-DISTNAME= elisp-manual-19-2.4.2
+DISTNAME= elisp-manual-20-2.5
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= croyle@gelemna.ft-wayne.in.us
+GNU_CONFIGURE= yes
+
ALL_TARGET= elisp
-post-install:
- if [ ! -f ${PREFIX}/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+
+pre-install:
+ @if [ ! -f ${PREFIX}/info/dir ]; then \
+ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
- install-info ${PREFIX}/info/elisp ${PREFIX}/info/dir
.include <bsd.port.mk>