diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
commit | 4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75 (patch) | |
tree | 15e4740db2f14a3ea4848f1dfcc64de1e6b5d9bf /security/seahorse | |
parent | Correct whitespace introduced during PORTNAME conversion and portlint (diff) |
Correct whitespace introduced during PORTNAME conversion and portlint
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 898ed1b03f4b..dedb1cf81f2c 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -12,12 +12,11 @@ MASTER_SITES= http://www.mu.org/~dave/ MAINTAINER= dave@mu.org -GNU_CONFIGURE= yes LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 RUN_DEPENDS= gnupg-1.0.1:${PORTSDIR}/security/gnupg -MAN1= seahorse.1 -WRKSRC= ${WRKDIR}/seahorse-0.3.6 +GNU_CONFIGURE= yes +MAN1= seahorse.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/seahorse ${PREFIX}/bin/ |