diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-04-27 14:53:01 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-04-27 14:53:01 +0000 |
commit | e35f133f2476ec13c470732f06b344a45205888c (patch) | |
tree | 829b60a97bc7adcab093910e58e692de5ec4cfe5 /lang/elisp-manual/Makefile | |
parent | 91778dc4cb5938df8c1fe878634b5ffcec687ee4 (diff) | |
download | ports-e35f133f2476ec13c470732f06b344a45205888c.tar.gz ports-e35f133f2476ec13c470732f06b344a45205888c.zip |
Notes
Diffstat (limited to 'lang/elisp-manual/Makefile')
-rw-r--r-- | lang/elisp-manual/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/elisp-manual/Makefile b/lang/elisp-manual/Makefile new file mode 100644 index 000000000000..4abe4b3cd9ec --- /dev/null +++ b/lang/elisp-manual/Makefile @@ -0,0 +1,22 @@ +# 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> +# +# $Id$ +# + +DISTNAME= elisp-manual-19-2.4.2 +CATEGORIES= lang +MASTER_SITES= ${MASTER_SITE_GNU} + +MAINTAINER= croyle@gelemna.ft-wayne.in.us + +ALL_TARGET= elisp +post-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> |