View | Details | Raw Unified | Return to bug 138316
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	fonteditfs
8
PORTNAME=	fonteditfs
9
PORTVERSION=	1.1
9
PORTVERSION=	1.2
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	SF
11
MASTER_SITES=	SF
12
DISTNAME=	fnteditfs-${PORTVERSION}
12
DISTNAME=	fnteditfs-${PORTVERSION}
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (fnteditfs-1.1.tgz) = 481244ff07e2f31e99cebc664d99d99b
1
MD5 (fnteditfs-1.2.tgz) = 1e7c827da078d41a76459439dda0d5a9
2
SHA256 (fnteditfs-1.1.tgz) = 1e283c7dfc7175d8ca3a2645be4e6cada3a4cb3d61604c414d743f2afee54627
2
SHA256 (fnteditfs-1.2.tgz) = 962915e15a751fce06724ea211c7a14a87809e3c93997b7a2a2afeb1dab290c3
3
SIZE (fnteditfs-1.1.tgz) = 6160
3
SIZE (fnteditfs-1.2.tgz) = 6980
(-)files/patch-Makefile (-9 / +8 lines)
Lines 1-7 Link Here
1
--- Makefile.orig	2009-01-04 01:11:33.000000000 +0800
1
--- Makefile.orig	2003-09-20 12:17:34.000000000 -0300
2
+++ Makefile	2009-01-04 01:13:51.000000000 +0800
2
+++ Makefile	2009-08-29 14:56:21.000000000 -0300
3
@@ -1,22 +1,16 @@
3
@@ -2,12 +2,7 @@
4
 # Makefile for Fonteditfs.
4
 # - TODO: MAKE NEATER ONE 
5
 # This makefile should work under most POSIX OSes (at least FreeBSD)
5
 # This makefile should work under most POSIX OSes (at least FreeBSD)
6
 
6
 
7
-BINDIR = /usr/local/bin
7
-BINDIR = /usr/local/bin
Lines 11-22 Link Here
11
-CFLAGS = -O2 -pipe -Wall
11
-CFLAGS = -O2 -pipe -Wall
12
-
12
-
13
+all: fnteditfs
13
+all: fnteditfs
14
 fnteditfs: fnteditfs.o font.o
14
 fnteditfs: fnteditfs.o font.o stack.o
15
 	gcc -o fnteditfs fnteditfs.o font.o -lcurses
15
 	gcc -o fnteditfs fnteditfs.o font.o stack.o -lcurses
16
 	strip fnteditfs
16
 	strip fnteditfs
17
 
17
@@ -17,8 +12,8 @@
18
-fnteditfs.o: fnteditfs.c font.h
18
 stack.o: stack.c stack.h
19
 font.o:	font.c font.h
20
 
19
 
21
 install: fnteditfs fnteditfs.1
20
 install: fnteditfs fnteditfs.1
22
-	cp fnteditfs $(BINDIR)
21
-	cp fnteditfs $(BINDIR)

Return to bug 138316