summaryrefslogtreecommitdiff
path: root/editors/asedit/Makefile
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-03 22:10:21 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-03 22:10:21 +0000
commitbca169fdd834da31b72a7bfdd8798b45a6c7d209 (patch)
tree7d86bf058f5ad0a941f274e7baa6e6821a17afdd /editors/asedit/Makefile
parentNew port: tdtd.el (diff)
add missing manpage.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=36675
Diffstat (limited to '')
-rw-r--r--editors/asedit/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/asedit/Makefile b/editors/asedit/Makefile
index 8f0bdb3ffee7..3c739def9bbb 100644
--- a/editors/asedit/Makefile
+++ b/editors/asedit/Makefile
@@ -8,6 +8,7 @@
PORTNAME= asedit
PORTVERSION= 1.3.2
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= editors
@@ -19,4 +20,6 @@ USE_MOTIF= yes
USE_IMAKE= yes
XMKMF= xmkmf
+MAN1= asedit.1
+
.include <bsd.port.mk>