diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-08-01 17:06:39 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-08-01 17:06:39 +0000 |
commit | 923873eef2e3c87910b2557d639a6c9fc1c921d8 (patch) | |
tree | 94ec4a4b47a040424decdd9c464bebe674d11221 /editors/tetradraw | |
parent | a0c7e97be3fdc146edacdaa284cc3d94a49ffee7 (diff) | |
download | ports-923873eef2e3c87910b2557d639a6c9fc1c921d8.tar.gz ports-923873eef2e3c87910b2557d639a6c9fc1c921d8.zip |
Notes
Diffstat (limited to 'editors/tetradraw')
-rw-r--r-- | editors/tetradraw/Makefile | 2 | ||||
-rw-r--r-- | editors/tetradraw/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/tetradraw/Makefile b/editors/tetradraw/Makefile index d4e444f5c2b2..72d02f856ad7 100644 --- a/editors/tetradraw/Makefile +++ b/editors/tetradraw/Makefile @@ -20,6 +20,8 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +PLIST_FILES= bin/tetradraw bin/tetraview + post-patch: @${REINPLACE_CMD} -e \ 's|^CFLAGS =.*$$|CFLAGS = @CFLAGS@|g' ${WRKSRC}/src/Makefile.in diff --git a/editors/tetradraw/pkg-plist b/editors/tetradraw/pkg-plist deleted file mode 100644 index fa33b229a42d..000000000000 --- a/editors/tetradraw/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/tetradraw -bin/tetraview |