diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:20:34 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:20:34 +0000 |
commit | c6d73b3a6420b0cc781dcaab5b01819c8831f8f5 (patch) | |
tree | 7717c1858019e0ae60560bed33511b8e59c00f8e /editors/psgml | |
parent | 075acacd24db0c43cce5dccc810156a1c5eff446 (diff) |
Notes
Diffstat (limited to 'editors/psgml')
-rw-r--r-- | editors/psgml/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index 5072adc294be..8f7e06e4c7c7 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -9,8 +9,7 @@ PORTNAME= psgml PORTVERSION= 1.3.2 PORTREVISION= 7 CATEGORIES= editors elisp -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= psgml +MASTER_SITES= SF/${PORTNAME}/ALPHA%20${PORTNAME}/${PORTVERSION} PKGNAMESUFFIX= -${EMACS_PORT_NAME} PATCH_SITES= ${MASTER_SITE_LOCAL} |