diff options
author | Dryice Dong Liu <dryice@FreeBSD.org> | 2008-01-15 03:55:43 +0000 |
---|---|---|
committer | Dryice Dong Liu <dryice@FreeBSD.org> | 2008-01-15 03:55:43 +0000 |
commit | b698de5e4cae51c7ad23d2ae706b55bf2be31d3c (patch) | |
tree | c67aa2f04e0a0c66e0adb9a3955fd4a5e88ec02b /editors | |
parent | 6abaf56dfeee957dd7a54100c60bd17d15c4d6d3 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tree-widget/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/tree-widget/Makefile b/editors/tree-widget/Makefile index 09d92f572c35..cf09f7b05a6c 100644 --- a/editors/tree-widget/Makefile +++ b/editors/tree-widget/Makefile @@ -14,13 +14,13 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ MASTER_SITE_SUBDIR= emhacks PKGNAMESUFFIX= -${EMACS_PORT_NAME} -MAINTAINER= dryice@dryice.name +MAINTAINER= dryice@FreeBSD.org COMMENT= A tree widget for Emacs USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 +EMACS_PORT_NAME?= emacs22 -.if ${EMACS_PORT_NAME} != "emacs21" +.if ${EMACS_PORT_NAME} != "emacs22" PORTNAMESUFFIX= ${PKGNAMESUFFIX} .endif |