diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 10:17:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 10:17:28 +0000 |
commit | 12f48dc28d02fd48bf6cb1d00be767a3b9cee18b (patch) | |
tree | 76a3678c4293e3a7cf5f54a51ac527ca818da9aa /archivers/linux-f10-upx | |
parent | e1cea1eaa9bde57ce435ca35d34f55d501d7f635 (diff) | |
download | ports-12f48dc28d02fd48bf6cb1d00be767a3b9cee18b.tar.gz ports-12f48dc28d02fd48bf6cb1d00be767a3b9cee18b.zip |
Notes
Diffstat (limited to 'archivers/linux-f10-upx')
-rw-r--r-- | archivers/linux-f10-upx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/linux-f10-upx/Makefile b/archivers/linux-f10-upx/Makefile index cd2f9676b4e0..a5aa4b03eb40 100644 --- a/archivers/linux-f10-upx/Makefile +++ b/archivers/linux-f10-upx/Makefile @@ -4,7 +4,7 @@ PORTNAME= upx PORTVERSION= 3.03 CATEGORIES= archivers linux -MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} +MASTER_SITES= LOCAL/ehaupt/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} |