diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 21:40:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 21:40:17 +0000 |
commit | 3192059cff50b080c429c7b4f5fd39d7c232a4c1 (patch) | |
tree | 5c2cb0c2d74526358cf001bfa1f46bde1c7e27f3 /deskutils | |
parent | Remove NEWLAYOUT definition, this is going to be the default. (diff) |
Rename ${FILESDIR}/patch.nopilot to ${PATCHDIR}/extra-patch-nopilot.
Notes
Notes:
svn path=/head/; revision=33478
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-pim/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnomepim/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index b3bb8583a15d..b43099783102 100644 --- a/deskutils/gnome-pim/Makefile +++ b/deskutils/gnome-pim/Makefile @@ -21,7 +21,7 @@ PILOTLIB= "-L${LOCALBASE}/pilot/lib" PLIST_SUB+= GNOMEPILOT:="" .else CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest -EXTRA_PATCHES= ${FILESDIR}/patch.nopilot +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nopilot PLIST_SUB+= GNOMEPILOT:="@comment " .endif diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile index b3bb8583a15d..b43099783102 100644 --- a/deskutils/gnomepim/Makefile +++ b/deskutils/gnomepim/Makefile @@ -21,7 +21,7 @@ PILOTLIB= "-L${LOCALBASE}/pilot/lib" PLIST_SUB+= GNOMEPILOT:="" .else CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest -EXTRA_PATCHES= ${FILESDIR}/patch.nopilot +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nopilot PLIST_SUB+= GNOMEPILOT:="@comment " .endif |