diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-10-14 08:59:35 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-10-14 08:59:35 +0000 |
commit | 803a90b661ad659b171b7cf43a184ece5df60ca4 (patch) | |
tree | 475b259bd57593512221e9ea0c550b5e5ab2b787 | |
parent | 6f5a4bb0116f5a3cf40f6b7262b8a23bbbcfa65b (diff) | |
download | ports-803a90b661ad659b171b7cf43a184ece5df60ca4.tar.gz ports-803a90b661ad659b171b7cf43a184ece5df60ca4.zip |
Notes
-rw-r--r-- | archivers/ha/Makefile | 4 | ||||
-rw-r--r-- | archivers/unarj/Makefile | 6 | ||||
-rw-r--r-- | misc/kenny/Makefile | 4 | ||||
-rw-r--r-- | print/txtbdf2ps/Makefile | 4 | ||||
-rw-r--r-- | www/opera/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/vtwm/Makefile | 3 |
6 files changed, 8 insertions, 17 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 3ae4d8fef042..b48d6351d8d5 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -5,7 +5,7 @@ PORTNAME= ha PORTVERSION= 0.999b PORTREVISION= 1 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ DISTNAME= ha0999 MAINTAINER= ak@FreeBSD.org @@ -13,8 +13,6 @@ COMMENT= File archiver based on HSC compression method LICENSE= GPLv2 -PROJECTHOST= ak-various-projects - NO_WRKSUBDIR= yes PLIST_FILES= bin/ha MAKEFILE= makefile.nix diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index 3be736b938b9..97ff1fe9f871 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -5,13 +5,13 @@ PORTNAME= unarj PORTVERSION= 2.65 PORTREVISION= 2 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -PROJECTHOST= ak-various-projects -EXTRACT_SUFX= .tgz +MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ MAINTAINER= ak@FreeBSD.org COMMENT= Allows files to be extracted from ARJ archives +USES= tar:tgz + PLIST_FILES= bin/unarj PORTDOCS= unarj.txt technote.txt diff --git a/misc/kenny/Makefile b/misc/kenny/Makefile index e598cae8bf95..48d326121eee 100644 --- a/misc/kenny/Makefile +++ b/misc/kenny/Makefile @@ -5,7 +5,7 @@ PORTNAME= kenny PORTVERSION= 1.7 PORTREVISION= 1 CATEGORIES= misc perl5 -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}\ +MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ \ http://www.cgarbs.de/stuff/ DISTNAME= ${PORTNAME}.pl-${PORTVERSION} EXTRACT_SUFX= .gz @@ -15,8 +15,6 @@ COMMENT= Translate text both to and from KennySpeak LICENSE= ART10 -PROJECTHOST= ak-various-projects - CONFLICTS= filters-* USES= perl5 diff --git a/print/txtbdf2ps/Makefile b/print/txtbdf2ps/Makefile index 4421df6a2c24..6bf6582776bf 100644 --- a/print/txtbdf2ps/Makefile +++ b/print/txtbdf2ps/Makefile @@ -5,15 +5,13 @@ PORTNAME= txtbdf2ps PORTVERSION= 0.7.1 PORTREVISION= 1 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ +MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ \ http://oldrus-ispell.sourceforge.net/ EXTRACT_SUFX= .txt MAINTAINER= ak@FreeBSD.org COMMENT= Translator TXT + BDF to PS -PROJECTHOST= ak-various-projects - PLIST_FILES= bin/txtbdf2ps USES= perl5 shebangfix EXTRACT_CMD= ${CP} diff --git a/www/opera/Makefile b/www/opera/Makefile index 6c74df4e0d61..53ff4ccdcd9c 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -84,9 +84,7 @@ do-build: .endif do-configure: - ${MV} ${WRKSRC}/share/man ${WRKSRC}/man - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ - -e 's|share/man|man|g' ${WRKSRC}/install + @${MV} ${WRKSRC}/share/man ${WRKSRC}/man @${REINPLACE_CMD} -e 's|"$${0%/.}"|${PREFIX}|g' \ -e 's|/usr/local/profile|$$HOME/.opera|' \ ${WRKSRC}/opera diff --git a/x11-wm/vtwm/Makefile b/x11-wm/vtwm/Makefile index 4220301ac5af..70ae7714b72d 100644 --- a/x11-wm/vtwm/Makefile +++ b/x11-wm/vtwm/Makefile @@ -4,8 +4,7 @@ PORTNAME= vtwm PORTVERSION= 5.4.99.20130906 CATEGORIES= x11-wm -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -PROJECTHOST= ak-various-projects +MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ MAINTAINER= ak@FreeBSD.org COMMENT= Twm with a virtual desktop and optional Motif-like features |