diff options
-rw-r--r-- | security/keyprint/Makefile | 5 | ||||
-rw-r--r-- | security/keyprint/pkg-descr | 8 | ||||
-rw-r--r-- | security/opieprint/Makefile | 5 | ||||
-rw-r--r-- | security/opieprint/pkg-descr | 8 |
4 files changed, 6 insertions, 20 deletions
diff --git a/security/keyprint/Makefile b/security/keyprint/Makefile index d068c391dc42..ddbe71c927d9 100644 --- a/security/keyprint/Makefile +++ b/security/keyprint/Makefile @@ -8,14 +8,15 @@ PORTNAME= keyprint PORTVERSION= 1.0 CATEGORIES= security -MASTER_SITES= http://people.FreeBSD.org/~mharo/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mharo MAINTAINER= mharo@FreeBSD.org NO_BUILD= yes post-patch: - /usr/bin/perl -pi -e 's,__PREFIX__,${PREFIX},' ${WRKSRC}/keyprint + ${PERL} -pi -e 's,__PREFIX__,${PREFIX},' ${WRKSRC}/keyprint do-install: ${MKDIR} ${PREFIX}/share/keyprint diff --git a/security/keyprint/pkg-descr b/security/keyprint/pkg-descr index ba0e56e1b081..56e6e215f8fd 100644 --- a/security/keyprint/pkg-descr +++ b/security/keyprint/pkg-descr @@ -10,14 +10,6 @@ printed and then trimmed to size: | 3 af fd alfal 28 fd s fdas da | | . . | | . . | - | 24 af fd alfal 49 fd s fdas da | - | 25 af fd alfal 50 fd s fdas da | - +----------------------------------------+ - | 51 af fd alfal 76 fd s fdas da | - | 52 af fd alfal 77 fd s fdas da | - | 53 af fd alfal 78 fd s fdas da | - | . . | - | . . | | 74 af fd alfal 98 fd s fdas da | | 75 af fd alfal 99 fd s fdas da | +----------------------------------------+ diff --git a/security/opieprint/Makefile b/security/opieprint/Makefile index d068c391dc42..ddbe71c927d9 100644 --- a/security/opieprint/Makefile +++ b/security/opieprint/Makefile @@ -8,14 +8,15 @@ PORTNAME= keyprint PORTVERSION= 1.0 CATEGORIES= security -MASTER_SITES= http://people.FreeBSD.org/~mharo/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mharo MAINTAINER= mharo@FreeBSD.org NO_BUILD= yes post-patch: - /usr/bin/perl -pi -e 's,__PREFIX__,${PREFIX},' ${WRKSRC}/keyprint + ${PERL} -pi -e 's,__PREFIX__,${PREFIX},' ${WRKSRC}/keyprint do-install: ${MKDIR} ${PREFIX}/share/keyprint diff --git a/security/opieprint/pkg-descr b/security/opieprint/pkg-descr index ba0e56e1b081..56e6e215f8fd 100644 --- a/security/opieprint/pkg-descr +++ b/security/opieprint/pkg-descr @@ -10,14 +10,6 @@ printed and then trimmed to size: | 3 af fd alfal 28 fd s fdas da | | . . | | . . | - | 24 af fd alfal 49 fd s fdas da | - | 25 af fd alfal 50 fd s fdas da | - +----------------------------------------+ - | 51 af fd alfal 76 fd s fdas da | - | 52 af fd alfal 77 fd s fdas da | - | 53 af fd alfal 78 fd s fdas da | - | . . | - | . . | | 74 af fd alfal 98 fd s fdas da | | 75 af fd alfal 99 fd s fdas da | +----------------------------------------+ |