diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-01-02 04:39:12 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-01-02 04:39:12 +0000 |
commit | 948d497284fcf1f612b173b2a4a97abd227f5187 (patch) | |
tree | b793f45e4bb3e787708e6d6bfe83252842787cda /security | |
parent | 825d04d75eff84726f93ddeb86733684b1a6201a (diff) | |
download | ports-948d497284fcf1f612b173b2a4a97abd227f5187.tar.gz ports-948d497284fcf1f612b173b2a4a97abd227f5187.zip |
- Reassign to the heap
Notes
Notes:
svn path=/head/; revision=288395
Diffstat (limited to 'security')
-rw-r--r-- | security/saferpay/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/saferpay/Makefile b/security/saferpay/Makefile index 8fc45fb997f3..28e88179154c 100644 --- a/security/saferpay/Makefile +++ b/security/saferpay/Makefile @@ -12,7 +12,7 @@ CATEGORIES= security MASTER_SITES= http://www.saferpay.com/download/ DISTFILES= ${PORTNAME}_${PORTVERSION}_linux-g++_src.tar.gz -MAINTAINER= mbr@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A command line tool for online payment MAKEFILE= ${WRKSRC}/saferpay/Makefile |