diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
commit | 084e6f2af64a7a37026b42439396fb80814b7ff3 (patch) | |
tree | 0a2ab527c09bd56fb7098f69adc715d629a7da97 /security/seahorse/Makefile | |
parent | fef90ef29a8aec44c1d930de3396ab6ff3eabbd8 (diff) | |
download | FreeBSD-ports-084e6f2af64a7a37026b42439396fb80814b7ff3.zip FreeBSD-ports-084e6f2af64a7a37026b42439396fb80814b7ff3.tar.gz |
Correct whitespace introduced during PORTNAME conversion and portlint
Diffstat (limited to 'security/seahorse/Makefile')
-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 898ed1b..dedb1cf 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/ |