Mon Jul 28 20:13:50 2008 UTC ()
INSTALLATION_DIRS


(plunky)
diff -r1.14 -r1.15 pkgsrc/comms/obexapp/Makefile

cvs diff -r1.14 -r1.15 pkgsrc/comms/obexapp/Makefile (switch to unified diff)

--- pkgsrc/comms/obexapp/Makefile 2008/07/28 19:47:08 1.14
+++ pkgsrc/comms/obexapp/Makefile 2008/07/28 20:13:50 1.15
@@ -1,41 +1,44 @@ @@ -1,41 +1,44 @@
1# $NetBSD: Makefile,v 1.14 2008/07/28 19:47:08 plunky Exp $ 1# $NetBSD: Makefile,v 1.15 2008/07/28 20:13:50 plunky Exp $
2# 2#
3 3
4DISTNAME= obexapp-1.4.9 4DISTNAME= obexapp-1.4.9
5CATEGORIES= comms 5CATEGORIES= comms
6MASTER_SITES= http://www.geocities.com/m_evmenkin/ 6MASTER_SITES= http://www.geocities.com/m_evmenkin/
7 7
8MAINTAINER= plunky@rya-online.net 8MAINTAINER= plunky@rya-online.net
9HOMEPAGE= http://www.geocities.com/m_evmenkin/ 9HOMEPAGE= http://www.geocities.com/m_evmenkin/
10COMMENT= Obex application to transfer objects to mobile equipment 10COMMENT= Obex application to transfer objects to mobile equipment
11 11
12ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-[4-9].*-* 12ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-[4-9].*-*
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16BUILD_DEFS+= VARBASE 16BUILD_DEFS+= VARBASE
17 17
 18INSTALLATION_DIRS+= bin
 19INSTALLATION_DIRS+= ${PKGMANDIR}/cat1
 20INSTALLATION_DIRS+= ${PKGMANDIR}/man1
18OWN_DIRS+= ${VARBASE}/spool/obex 21OWN_DIRS+= ${VARBASE}/spool/obex
19 22
20RCD_SCRIPTS+= obexapp 23RCD_SCRIPTS+= obexapp
21 24
22SUBST_CLASSES+= paths 25SUBST_CLASSES+= paths
23SUBST_FILES.paths= Makefile obexapp.1 obexapp.h 26SUBST_FILES.paths= Makefile obexapp.1 obexapp.h
24SUBST_STAGE.paths= post-configure 27SUBST_STAGE.paths= post-configure
25SUBST_SED.paths+= -e "s|/usr/local/man|${PREFIX}|" 28SUBST_SED.paths+= -e "s|/usr/local/man|${PREFIX}|"
26SUBST_SED.paths+= -e "s|/usr/local|${PREFIX}|" 29SUBST_SED.paths+= -e "s|/usr/local|${PREFIX}|"
27SUBST_SED.paths+= -e "s|/var|${VARBASE}|" 30SUBST_SED.paths+= -e "s|/var|${VARBASE}|"
28 31
29# Sigh, this needs the GNU libiconv. 32# Sigh, this needs the GNU libiconv.
30USE_GNU_ICONV= yes 33USE_GNU_ICONV= yes
31USE_BSD_MAKEFILE= yes 34USE_BSD_MAKEFILE= yes
32 35
33# because the directory name conflicts with the rc.d script 36# because the directory name conflicts with the rc.d script
34post-extract: 37post-extract:
35 mv ${WRKDIR}/obexapp ${WRKDIR}/${DISTNAME} 38 mv ${WRKDIR}/obexapp ${WRKDIR}/${DISTNAME}
36 39
37.include "../../comms/openobex/buildlink3.mk" 40.include "../../comms/openobex/buildlink3.mk"
38.include "../../converters/libiconv/buildlink3.mk" 41.include "../../converters/libiconv/buildlink3.mk"
39.include "../../devel/readline/buildlink3.mk" 42.include "../../devel/readline/buildlink3.mk"
40.include "../../textproc/expat/buildlink3.mk" 43.include "../../textproc/expat/buildlink3.mk"
41.include "../../mk/bsd.pkg.mk" 44.include "../../mk/bsd.pkg.mk"