diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-12-28 10:06:53 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-12-28 10:06:53 +0000 |
commit | d1f34ecde536fa4cc7fd20c50c0f1651da64b863 (patch) | |
tree | 6e6acdfb60071189ea9ff3a9861840d2444eadfb /security/gnupg-idea/Makefile | |
parent | dd82a1dad6b926bc5fbc8b4fdf80ffb4401fe594 (diff) | |
download | ports-d1f34ecde536fa4cc7fd20c50c0f1651da64b863.tar.gz ports-d1f34ecde536fa4cc7fd20c50c0f1651da64b863.zip |
Notes
Diffstat (limited to 'security/gnupg-idea/Makefile')
-rw-r--r-- | security/gnupg-idea/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/gnupg-idea/Makefile b/security/gnupg-idea/Makefile index 89856ad143ca..72487687e03c 100644 --- a/security/gnupg-idea/Makefile +++ b/security/gnupg-idea/Makefile @@ -8,7 +8,8 @@ PORTNAME= gnupg-idea PORTVERSION= 1.0.1 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ +MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ + http://www.gnupg.dk/contrib-dk/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/gnupg/&,} MASTER_SITE_SUBDIR= contrib DISTFILES= ${CONTRIB:S|$|.c|} @@ -50,11 +51,11 @@ pre-fetch: .include <bsd.port.pre.mk> pre-extract: - @${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE} + @${SED} -e s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE} post-extract: .for i in ${DISTFILES} - @${CP} ${_DISTDIR}/${i} ${WRKSRC}/${i} + @tr -d '\r' <${_DISTDIR}/${i} >${WRKSRC}/${i} .endfor do-patch: |