diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-02-05 10:55:49 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-02-05 10:55:49 +0000 |
commit | 4e6deb28ec6168e26a65c28fe68334ec9f4feed1 (patch) | |
tree | 73d26f6be01cca09116c198f571ae854fbf58a70 /editors | |
parent | A better description (diff) |
Add missing "MAINTAINER=ports@FreeBSD.org".
Notes
Notes:
svn path=/head/; revision=25499
Diffstat (limited to 'editors')
-rw-r--r-- | editors/axe/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/axe/Makefile b/editors/axe/Makefile index e25e22a079fb..9ef34d5273f0 100644 --- a/editors/axe/Makefile +++ b/editors/axe/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors EXTRACT_SUFX= .tar.Z +MAINTAINER= ports@FreeBSD.org + USE_IMAKE= yes .include <bsd.port.mk> |