diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2001-10-07 19:15:29 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2001-10-07 19:15:29 +0000 |
commit | caef94a617d5282cdc3e5dcd33ea9b21d50c2d89 (patch) | |
tree | 284a94bd317dca30bec24291afbb9a331411932d | |
parent | - Change mastersite, Sourceforge closed down ftp service (diff) |
App-defaults distfile name change.
Notes
Notes:
svn path=/head/; revision=48533
-rw-r--r-- | editors/nedit/Makefile | 4 | ||||
-rw-r--r-- | editors/nedit/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 3dd80d4e94c9..27580eeed14c 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 5.1.1 CATEGORIES= editors MASTER_SITES= ftp://ftp.nedit.org/pub/v5_1_1/ \ ftp://ftp.nedit.org/pub/contrib/misc/ -DISTFILES= nedit-5.1.1-src.tar.gz nedit-5.1.app-defaults +DISTFILES= nedit-5.1.1-src.tar.gz nedit.app-defaults MAINTAINER= deischen@freebsd.org @@ -22,6 +22,6 @@ MAN1= nclient.1 nedit.1 ALL_TARGET= freebsd post-extract: - ${CP} ${DISTDIR}/nedit-5.1.app-defaults ${WRKSRC}/NEdit.ad + ${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit.ad .include <bsd.port.mk> diff --git a/editors/nedit/distinfo b/editors/nedit/distinfo index ec4b9b8fa232..ad8387bd5815 100644 --- a/editors/nedit/distinfo +++ b/editors/nedit/distinfo @@ -1,2 +1,2 @@ MD5 (nedit-5.1.1-src.tar.gz) = dba0970c60debada237ca852b5f57ec8 -MD5 (nedit-5.1.app-defaults) = 36c5e660039e0bd4b4d05df609b505bb +MD5 (nedit.app-defaults) = 36c5e660039e0bd4b4d05df609b505bb |