diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-18 14:31:24 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-18 14:31:24 +0800 |
commit | e4b874d61329e62899a952f7a2239eda52bf997c (patch) | |
tree | 252e64b6d5b931a109bc5cbc2e4f13c4b7b481a3 /russian/ksocrat | |
parent | 898e46c175558ecb07ae926567391a9fa9f126ff (diff) | |
download | freebsd-ports-gnome-e4b874d61329e62899a952f7a2239eda52bf997c.tar.gz freebsd-ports-gnome-e4b874d61329e62899a952f7a2239eda52bf997c.tar.zst freebsd-ports-gnome-e4b874d61329e62899a952f7a2239eda52bf997c.zip |
- Make tarballs fetchable
Reported by: kris via bento
Diffstat (limited to 'russian/ksocrat')
-rw-r--r-- | russian/ksocrat/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/russian/ksocrat/Makefile b/russian/ksocrat/Makefile index 77fd2f445a4c..94b42d9cf3ce 100644 --- a/russian/ksocrat/Makefile +++ b/russian/ksocrat/Makefile @@ -26,10 +26,12 @@ RESTRICTED= "Redistribution not allowed" NO_CDROM= ${RESTRICTED} #NO_PACKAGE= ${RESTRICTED} +ONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" + post-install: ${INSTALL_DATA} ${WRKDIR}/usr/share/apps/ksocrat/* \ ${PREFIX}/share/apps/ksocrat -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |