diff options
Diffstat (limited to 'editors/psgml-emacs19/Makefile')
-rw-r--r-- | editors/psgml-emacs19/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/psgml-emacs19/Makefile b/editors/psgml-emacs19/Makefile index 2539591..940ce05 100644 --- a/editors/psgml-emacs19/Makefile +++ b/editors/psgml-emacs19/Makefile @@ -9,14 +9,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A major mode for editing SGML and XML documents for emacs19 # This is a slave port. -PORTCLASS= slave - MASTERDIR= ${.CURDIR}/../psgml # emacs port setup EMACS_PORT_NAME= emacs19 -# pkg-* files in ${.CURDIR} are used -PKGDIR= ${.CURDIR} - .include "${MASTERDIR}/Makefile" |