diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-03 05:26:03 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-03 05:26:03 +0000 |
commit | 5bab2144e53777c22062b29d3ee4eb4156aaa3de (patch) | |
tree | 66561d08b07b5bb6ba9777747c7b080115d944d9 /editors/psgml/Makefile | |
parent | 066b60ed0c82b106ffb55c4f5dfa071970d2678f (diff) |
Notes
Diffstat (limited to 'editors/psgml/Makefile')
-rw-r--r-- | editors/psgml/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index c9828264943c..8fe99266cf65 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -7,15 +7,16 @@ PORTNAME= psgml PORTVERSION= ${PSGML_VER} -PORTREVISION= 1 CATEGORIES= editors elisp -MASTER_SITES= ftp://ftp.lysator.liu.se/pub/sgml/ +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/sgml/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= psgml PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER?= shige@FreeBSD.org # distfile version -PSGML_VER= 1.2.2 +PSGML_VER= 1.2.3 PSGML_STARTUPEL= psgml-startup.el SCRIPTS_ENV= TARGETS="${PSGML_STARTUPEL}" |