diff options
author | leeym <leeym@FreeBSD.org> | 2003-04-07 14:06:44 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-04-07 14:06:44 +0800 |
commit | e022f36992ab8a238e70c57f91923de9f425d843 (patch) | |
tree | 928a5eb26c49768f732a6c86b151a1a2d4072f15 | |
parent | cee61e643da17a5160e317343a2be980617258de (diff) | |
download | freebsd-ports-gnome-e022f36992ab8a238e70c57f91923de9f425d843.tar.gz freebsd-ports-gnome-e022f36992ab8a238e70c57f91923de9f425d843.tar.zst freebsd-ports-gnome-e022f36992ab8a238e70c57f91923de9f425d843.zip |
Remove redundant variables defenition in the Makefile
PR: 50627
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
-rw-r--r-- | astro/xrmap/Makefile | 6 | ||||
-rw-r--r-- | misc/xrmap/Makefile | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/astro/xrmap/Makefile b/astro/xrmap/Makefile index f07a99bd242e..b2a886e9347c 100644 --- a/astro/xrmap/Makefile +++ b/astro/xrmap/Makefile @@ -43,10 +43,4 @@ post-configure: ${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' ${WRKSRC}/editkit/Makefile -CIAFILE= CIA_WDB2.jpd.bz2 -XRMAPFILE= xrmap-2.26.tar.bz2 -DISTFILE= anthems-1.1.tar.bz2 \ - factbook_text_2002.tar.bz2 factbook_html_2002.tar.bz2 \ - flags-1.1.tar.bz2 hymns-1.2.tar.bz2 - .include <bsd.port.mk> diff --git a/misc/xrmap/Makefile b/misc/xrmap/Makefile index f07a99bd242e..b2a886e9347c 100644 --- a/misc/xrmap/Makefile +++ b/misc/xrmap/Makefile @@ -43,10 +43,4 @@ post-configure: ${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' ${WRKSRC}/editkit/Makefile -CIAFILE= CIA_WDB2.jpd.bz2 -XRMAPFILE= xrmap-2.26.tar.bz2 -DISTFILE= anthems-1.1.tar.bz2 \ - factbook_text_2002.tar.bz2 factbook_html_2002.tar.bz2 \ - flags-1.1.tar.bz2 hymns-1.2.tar.bz2 - .include <bsd.port.mk> |