diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2004-11-15 23:49:40 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2004-11-15 23:49:40 +0000 |
commit | 0d36d439cdb7eed6c07c0c271af4cfe01a4d73da (patch) | |
tree | 37f54ede9e028377728f0dbefb2244185f6d1713 /editors/emacs20-dl/Makefile | |
parent | b101c12f7e7dc933a5ea692b74d7e98b0ff3d54b (diff) | |
download | ports-0d36d439cdb7eed6c07c0c271af4cfe01a4d73da.tar.gz ports-0d36d439cdb7eed6c07c0c271af4cfe01a4d73da.zip |
Notes
Diffstat (limited to 'editors/emacs20-dl/Makefile')
-rw-r--r-- | editors/emacs20-dl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editors/emacs20-dl/Makefile b/editors/emacs20-dl/Makefile index e170a794cfca..08004a36e748 100644 --- a/editors/emacs20-dl/Makefile +++ b/editors/emacs20-dl/Makefile @@ -86,7 +86,4 @@ do-install: @${INSTALL} -c -s -m 555 -o root -g wheel ${WRKSRC}/src/emacs ${PREFIX}/bin/emacs-dl-${EMACS_VER} @${INSTALL_DATA} ${WRKSRC}/etc/DOC ${PREFIX}/share/emacs/${EMACS_VER}/etc/${DOC_FILE} -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.post.mk> |