diff options
author | ache <ache@FreeBSD.org> | 1995-12-03 05:30:51 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-12-03 05:30:51 +0800 |
commit | 255d4b5c5e81127add0ca530306df30ba9cea9b0 (patch) | |
tree | 83e32e777357e890f992d2d9c137f347bd0e875d | |
parent | ce50ff6744b6c47c30e965286813e652897d50ee (diff) | |
download | freebsd-ports-gnome-255d4b5c5e81127add0ca530306df30ba9cea9b0.tar.gz freebsd-ports-gnome-255d4b5c5e81127add0ca530306df30ba9cea9b0.tar.zst freebsd-ports-gnome-255d4b5c5e81127add0ca530306df30ba9cea9b0.zip |
Add version variable to not edit elm+* Makefiles when version changed
-rw-r--r-- | mail/elm+ME/Makefile | 5 | ||||
-rw-r--r-- | mail/elm/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index ca07522d42da..b48b27f9d465 100644 --- a/mail/elm+ME/Makefile +++ b/mail/elm+ME/Makefile @@ -3,11 +3,12 @@ # Date created: 26 June 1995 # Whom: ache # -# $Id: Makefile,v 1.7 1995/10/20 07:35:26 asami Exp $ +# $Id: Makefile,v 1.8 1995/11/19 21:11:30 ache Exp $ # DISTNAME= elm-2.4pl24me8 -PKGNAME= elm-2.4m8b +VERSION= 2.4m8b # allows to not edit elm+* Makefiles +PKGNAME= elm-${VERSION} PATCHFILES= elm-2.4pl24me8a.diffs.Z elm-2.4pl24me8b.diffs.Z PATCH_DIST_STRIP= -p1 CATEGORIES+= mail diff --git a/mail/elm/Makefile b/mail/elm/Makefile index ca07522d42da..b48b27f9d465 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -3,11 +3,12 @@ # Date created: 26 June 1995 # Whom: ache # -# $Id: Makefile,v 1.7 1995/10/20 07:35:26 asami Exp $ +# $Id: Makefile,v 1.8 1995/11/19 21:11:30 ache Exp $ # DISTNAME= elm-2.4pl24me8 -PKGNAME= elm-2.4m8b +VERSION= 2.4m8b # allows to not edit elm+* Makefiles +PKGNAME= elm-${VERSION} PATCHFILES= elm-2.4pl24me8a.diffs.Z elm-2.4pl24me8b.diffs.Z PATCH_DIST_STRIP= -p1 CATEGORIES+= mail |