mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
- Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
9 lines
164 B
Makefile
9 lines
164 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
PKGNAMESUFFIX= -perl
|
|
|
|
MASTERDIR= ${.CURDIR}/../pdflib
|
|
|
|
OPTIONS_DEFAULT=PERL
|
|
|
|
.include "${MASTERDIR}/Makefile"
|