diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-10-25 14:04:57 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-10-25 14:04:57 +0000 |
commit | ed0fdb020abee50e793ab0f8b866414af56acb67 (patch) | |
tree | 9d0d4c2a5c18a3c4bfced2be59b148b2c0f95c4b /astro/gpsdrive/Makefile | |
parent | 4e96f31450ebf099c466dd06ad99661fe0b9a8b3 (diff) |
support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=331586
Diffstat (limited to 'astro/gpsdrive/Makefile')
-rw-r--r-- | astro/gpsdrive/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/astro/gpsdrive/Makefile b/astro/gpsdrive/Makefile index a386c306ade2..349adf798087 100644 --- a/astro/gpsdrive/Makefile +++ b/astro/gpsdrive/Makefile @@ -15,7 +15,6 @@ LICENSE= GPLv2 LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre -NO_STAGE= yes USES= gmake perl5 pkgconfig USE_AUTOTOOLS= libtool USE_GNOME= gtk20 @@ -26,7 +25,6 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-garmin MAKE_JOBS_UNSAFE= yes -MAN1= gpsdrive.1 MANLANG= "" de es OPTIONS_DEFINE= NLS @@ -46,9 +44,4 @@ post-patch: ${WRKSRC}/Makefile.in .endif -post-install: - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - .include <bsd.port.mk> |