diff options
author | Juergen Lock <nox@FreeBSD.org> | 2006-12-23 17:42:42 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2006-12-23 17:42:42 +0000 |
commit | 52f4e6467c63951f46b8d5aec3a4d720aa32c9a0 (patch) | |
tree | e35a1b922fc5e25739307a4ae71a73e8afd2480e /archivers | |
parent | 70120b36747917139713b15646661539e74b68db (diff) |
Update MAINTAINER email address of my ports
Approved by: miwi
Notes
Notes:
svn path=/head/; revision=180614
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p7zip/Makefile | 2 | ||||
-rw-r--r-- | archivers/rpm2cpio/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index f34f86c68461..8f355f1fd9bf 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -11,7 +11,7 @@ CATEGORIES= archivers MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION}_src_all -MAINTAINER= nox@jelal.kn-bremen.de +MAINTAINER= nox@FreeBSD.org COMMENT= File archiver with high compression ratio USE_BZIP2= yes diff --git a/archivers/rpm2cpio/Makefile b/archivers/rpm2cpio/Makefile index bfcbb8e9d6ed..d609369f58a5 100644 --- a/archivers/rpm2cpio/Makefile +++ b/archivers/rpm2cpio/Makefile @@ -12,7 +12,7 @@ CATEGORIES= archivers MASTER_SITES= # none DISTFILES= # none -MAINTAINER= nox@jelal.kn-bremen.de +MAINTAINER= nox@FreeBSD.org COMMENT= Convert .rpm files for extraction with /usr/bin/cpio, needs just perl NO_WRKSUBDIR= yes |